mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
5 lines
179 B
INI
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
|