djLint/setup.cfg
Christopher Pickering cc0510780c
added reformatter
2021-07-23 15:58:24 -05:00

6 lines
97 B
INI

[mypy]
ignore_missing_imports = True
[flake8]
max-line-length = 99
extend-ignore = "D103, F401"