mirror of
https://github.com/Kozea/Radicale.git
synced 2025-03-31 11:47:38 +03:00
6 lines
241 B
INI
6 lines
241 B
INI
[flake8]
|
|
# Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398)
|
|
# DNE: DOES-NOT-EXIST
|
|
select = E,F,W,C90,DNE000
|
|
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000,E501,E261
|
|
extend-exclude = build
|