mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-30 12:10:25 +00:00
6 lines
97 B
INI
6 lines
97 B
INI
[mypy]
|
|
ignore_missing_imports = True
|
|
|
|
[flake8]
|
|
max-line-length = 99
|
|
extend-ignore = "D103, F401"
|