1
0
Fork 0
mirror of https://github.com/YunoHost/moulinette.git synced 2024-09-03 20:06:31 +02:00
moulinette/setup.cfg

10 lines
No EOL
123 B
INI

[flake8]
ignore =
E501,
E128,
E731,
E722,
# Black formatter conflict
W503,
# Black formatter conflict
E203