djLint/.flake8

6 lines
179 B
Text
Raw Permalink Normal View History

2021-07-23 20:58:24 +00:00
[flake8]
2022-07-18 12:47:23 +00:00
ignore = D103, F401, E501, W503, SIM114, D403, RST219, RST299, E999
per-file-ignores =
tests/*: S404,S101,E800,S607,N802,T201,S603,B001,E722
2022-07-18 12:47:23 +00:00
**/__init__.py: D104