djLint/setup.cfg
2022-05-13 15:36:55 -05:00

8 lines
No EOL
210 B
INI

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