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