Files
localtuya-modded/setup.cfg
2020-09-23 17:50:24 +02:00

5 lines
70 B
INI

[flake8]
exclude = .git,.tox
max-line-length = 88
ignore = E203, W503