sanic/setup.cfg

5 lines
70 B
INI
Raw Permalink Normal View History

2018-10-14 02:10:43 +01:00
[flake8]
ignore = E203, W503
2023-03-09 07:54:32 +00:00
per-file-ignores =
sanic/app.py:E402