djLint/.flake8
2022-09-22 11:35:05 +02:00

5 lines
179 B
INI

[flake8]
ignore = D103, F401, E501, W503, SIM114, D403, RST219, RST299, E999
per-file-ignores =
tests/*: S404,S101,E800,S607,N802,T201,S603,B001,E722
**/__init__.py: D104