mirror of
https://github.com/alerta/alerta.git
synced 2025-01-24 01:10:24 +00:00
4754c2c55e
* Ignore W503 since it contradicts W504 * Fix flake8 W504 - line break after binary operator
4 lines
74 B
INI
4 lines
74 B
INI
[flake8]
|
|
ignore = F403, E501, W503
|
|
exclude = *.wsgi
|
|
max-line-length = 140
|