Skip to content

Commit

Permalink
Extract all linter config into setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescooke committed Apr 13, 2018
1 parent 6c21350 commit 359f4e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .style.yapf

This file was deleted.

9 changes: 8 additions & 1 deletion .isort.cfg → setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[settings]
[isort]
include_trailing_comma=True
known_first_party=flake8_aaa
line_length=120
multi_line_output=3
not_skip=__init__.py

[flake8]
max-line-length = 120

[yapf]
dedent_closing_brackets = true
column_limit = 120
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ commands =
test: pytest
lint: make lint
whitelist_externals = make
[flake8]
max-line-length = 120

0 comments on commit 359f4e6

Please sign in to comment.