Skip to content

Commit d470bc9

Browse files
committed
remove config for old linters
1 parent 9abc2a6 commit d470bc9

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

‎setup.cfg‎

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
[bdist_wheel]
22
universal = 1
33

4-
[flake8]
5-
ignore =
6-
E126,E128,
7-
E201,E202,E203,E221,E222,E225,E226,E231,E241,E251,E261,E262,E266,E271,E272,
8-
E301,E302,E303,E305,
9-
E501,
10-
E701,E702,E704,E722,E731,
11-
F401,F403,F405,
12-
W504
13-
14-
[isort]
15-
combine_as_imports = true
16-
default_section = THIRDPARTY
17-
include_trailing_comma = true
18-
known_first_party = xlrd
19-
multi_line_output = 5
20-
not_skip = __init__.py
21-
skip = .tox
22-
234
[metadata]
245
license_file = LICENSE

0 commit comments

Comments
 (0)