Skip to content

Commit 84c4cf9

Browse files
committed
Remove flake8 config from setup.cfg
1 parent 19ff868 commit 84c4cf9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

setup.cfg

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@ classifier =
1313
Programming Language :: Python :: 3.9
1414
Topic :: Home Automation
1515

16-
[flake8]
17-
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
18-
doctests = True
19-
# To work with Black
20-
# E501: line too long
21-
# W503: Line break occurred before a binary operator
22-
# E203: Whitespace before ':'
23-
# D202 No blank lines allowed after function docstring
24-
# W504 line break after binary operator
25-
ignore =
26-
E501,
27-
W503,
28-
E203,
29-
D202,
30-
W504
31-
3216
[mypy]
3317
python_version = 3.9
3418
show_error_codes = true

0 commit comments

Comments
 (0)