0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 17:29:39 +00:00
alerta_alerta/.flake8
Asher Foa 4754c2c55e Fix flake W504 issues and ignore flake W503 (#1061)
* Ignore W503 since it contradicts W504

* Fix flake8 W504 - line break after binary operator
2019-08-11 01:18:26 +02:00

4 lines
74 B
INI

[flake8]
ignore = F403, E501, W503
exclude = *.wsgi
max-line-length = 140