djLint/setup.cfg

6 lines
109 B
INI
Raw Normal View History

2021-07-23 20:58:24 +00:00
[mypy]
ignore_missing_imports = True
[flake8]
2021-11-26 12:06:05 +00:00
ignore = D103, F401, E501, W503, SIM114, D403, RST219, RST299