djLint/setup.cfg
Christopher Pickering 2cf720bd43
updated py version
2021-09-20 17:28:58 +02:00

5 lines
93 B
INI

[mypy]
ignore_missing_imports = True
[flake8]
ignore = D103, F401, E501, W503, SIM114, D403