mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
17 lines
245 B
INI
17 lines
245 B
INI
[metadata]
|
|
license_files = LICENSE
|
|
|
|
[flake8]
|
|
max-line-length = 119
|
|
extend-ignore = E203
|
|
|
|
[isort]
|
|
profile = black
|
|
line_length = 100
|
|
|
|
[mypy]
|
|
ignore_missing_imports = true
|
|
warn_unreachable = true
|
|
no_implicit_optional = true
|
|
show_error_codes = true
|