ignore: E261 at least two spaces before inline comment

This commit is contained in:
Peter Bieringer 2024-11-13 22:26:03 +01:00
parent 00dac0c030
commit 6929f3d0b3

View file

@ -2,5 +2,5 @@
# 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
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000,E501,E261
extend-exclude = build