mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
|
[flake8]
|
||
|
exclude = .git,.tox,__pycache__,kasa/tests/newfakes.py,kasa/tests/test_fixtures.py
|
||
|
max-line-length = 88
|
||
|
per-file-ignores =
|
||
|
kasa/tests/*.py:D100,D101,D102,D103,D104
|
||
|
ignore = D105, D107, E203, E501, W503
|
||
|
max-complexity = 18
|