mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
35 lines
556 B
INI
35 lines
556 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_unused_ignores = true
|
|
show_error_codes = true
|
|
|
|
[compile_catalog]
|
|
statistics = True
|
|
domain = messages
|
|
|
|
[extract_messages]
|
|
copyright_holder = MkDocs
|
|
domain = messages
|
|
msgid_bugs_address = "https://github.com/mkdocs/mkdocs/issues"
|
|
project = MkDocs
|
|
no_wrap = True
|
|
|
|
[init_catalog]
|
|
domain = messages
|
|
|
|
[update_catalog]
|
|
ignore_obsolete = True
|
|
update_header_comment = True
|
|
domain = messages
|