Files
mkdocs/setup.cfg
2022-08-08 21:42:39 +02:00

30 lines
466 B
INI

[metadata]
license_file = LICENSE
[flake8]
max-line-length = 119
extend-ignore = E203
[isort]
profile = black
line_length = 100
[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