Skip to content

Commit e5681a7

Browse files
committed
Update flake8 config
1 parent 6facc1d commit e5681a7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.cfg

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[flake8]
22
doctests = True
3-
exclude = .*/,build/,dist/,test/data,venv/
4-
hang-closing = False
3+
extend-exclude = build/,dist/,test/data,venv/
54
max-doc-length = 100
65
max-line-length = 100
76
unused-arguments-ignore-stub-functions = True
8-
select = C,B,B902,B950,E,E242,F,U100,W
9-
ignore = B005,E203,E262,E266,E501,W503
7+
extend-select = B901,B902,B950
8+
ignore = A003,B005,E203,E262,E266,E501,U101,W503
109

1110
[isort]
1211
atomic = True

0 commit comments

Comments
 (0)