platypush/setup.cfg
Fabio Manganiello de96b4ea17
All checks were successful
continuous-integration/drone/push Build is passing
Migrated project setup to pyproject.toml.
2024-07-27 14:06:53 +02:00

10 lines
107 B
INI

[flake8]
max-line-length = 120
exclude =
fliclib.py
extend-ignore =
E203
W503
SIM104
SIM105
SIM115