mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Docs: automatically generate the list of locales (#3272)
This commit is contained in:
@@ -168,13 +168,13 @@ lint = [
|
||||
"flake8 mkdocs",
|
||||
]
|
||||
check = [
|
||||
"isort --check-only --diff mkdocs",
|
||||
"black -q --check --diff mkdocs",
|
||||
"isort --check-only --diff mkdocs docs",
|
||||
"black -q --check --diff mkdocs docs",
|
||||
"lint",
|
||||
]
|
||||
format = [
|
||||
"isort -q mkdocs",
|
||||
"black -q mkdocs",
|
||||
"isort -q mkdocs docs",
|
||||
"black -q mkdocs docs",
|
||||
]
|
||||
|
||||
[tool.hatch.envs.lint]
|
||||
|
||||
Reference in New Issue
Block a user