sanic/setup.cfg
2023-03-09 09:54:32 +02:00

5 lines
70 B
INI

[flake8]
ignore = E203, W503
per-file-ignores =
sanic/app.py:E402