1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2025-04-28 21:44:50 +00:00
AdvLabDB/.flake8

11 lines
121 B
Text
Raw Normal View History

2022-07-03 18:41:44 +02:00
[flake8]
ignore =
E402,
E501,
E711,
E712,
W503,
exclude =
advlabdb/__init__.py,
migrations/,