5 lines
152 B
INI
5 lines
152 B
INI
[flake8]
|
|
ignore = F405, F403, E722, E226, W504, F401, W605, E501
|
|
max-line-length = 120
|
|
exclude = .git, rowers/migrations, rowers/tests, rowers/admin.py
|