0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 01:10:24 +00:00
alerta_alerta/.flake8
Nick Satterly 2c207740ea
Release/9.1 (#1898)
Python 3.9 - 3.12
Postgres 13 - 16
MongoDB 6.0 - 7.0
2023-12-22 14:03:45 +01:00

4 lines
80 B
INI

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