1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
Radicale/setup.cfg

7 lines
241 B
INI
Raw Permalink Normal View History

2021-03-30 08:27:21 +02:00
[flake8]
2021-09-27 17:22:51 +02:00
# Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398)
2023-03-05 16:52:06 +01:00
# DNE: DOES-NOT-EXIST
select = E,F,W,C90,DNE000
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000,E501,E261
2022-07-14 17:21:53 +02:00
extend-exclude = build