Skip to content

Commit

Permalink
Pin versions of black, isort, ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Jan 26, 2024
1 parent 5dc51b7 commit c9cf11b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ dependencies = [
check = "mypy mkdocs"

[tool.hatch.envs.style]
type = "pip-compile"
detached = true
dependencies = [
"black",
Expand Down
24 changes: 24 additions & 0 deletions requirements/requirements-style.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c9cf11b

Please sign in to comment.