mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-04 11:54:44 +00:00
7 lines
97 B
INI
7 lines
97 B
INI
|
|
[mypy]
|
||
|
|
ignore_missing_imports = True
|
||
|
|
|
||
|
|
[flake8]
|
||
|
|
max-line-length = 99
|
||
|
|
extend-ignore = "D103, F401"
|