Skip to content

Commit e9a026b

Browse files
committed
Simplify tool configuration
Remove options that re-specify the tools' defaults.
1 parent 6fe6aed commit e9a026b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ exclude =
4343
tests.*
4444

4545
[flake8]
46-
exclude = .tox,venv,conf.py
47-
ignore = E203,W503,W601
46+
exclude = conf.py
47+
ignore = E203,W503
4848
max-line-length = 88
4949

5050
[isort]
@@ -53,6 +53,4 @@ default_section = THIRDPARTY
5353
include_trailing_comma = true
5454
known_first_party = debug_toolbar
5555
multi_line_output = 3
56-
not_skip = __init__.py
57-
force_grid_wrap = 0
5856
line_length = 88

0 commit comments

Comments
 (0)