mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Pin versions of black, isort, ruff
This commit is contained in:
@@ -166,6 +166,7 @@ dependencies = [
|
|||||||
check = "mypy mkdocs"
|
check = "mypy mkdocs"
|
||||||
|
|
||||||
[tool.hatch.envs.style]
|
[tool.hatch.envs.style]
|
||||||
|
type = "pip-compile"
|
||||||
detached = true
|
detached = true
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"black",
|
"black",
|
||||||
|
|||||||
24
requirements/requirements-style.txt
Normal file
24
requirements/requirements-style.txt
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
#
|
||||||
|
# This file is autogenerated by hatch-pip-compile with Python 3.11
|
||||||
|
#
|
||||||
|
# - black
|
||||||
|
# - isort
|
||||||
|
# - ruff
|
||||||
|
#
|
||||||
|
|
||||||
|
black==23.12.1
|
||||||
|
# via hatch.envs.style
|
||||||
|
click==8.1.7
|
||||||
|
# via black
|
||||||
|
isort==5.13.2
|
||||||
|
# via hatch.envs.style
|
||||||
|
mypy-extensions==1.0.0
|
||||||
|
# via black
|
||||||
|
packaging==23.2
|
||||||
|
# via black
|
||||||
|
pathspec==0.12.1
|
||||||
|
# via black
|
||||||
|
platformdirs==4.1.0
|
||||||
|
# via black
|
||||||
|
ruff==0.1.14
|
||||||
|
# via hatch.envs.style
|
||||||
Reference in New Issue
Block a user