Skip to content

Commit

Permalink
revert black
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantAnxiety committed Dec 10, 2024
1 parent 3c7dbb8 commit 14ab1fc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions metapkg/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion metapkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dl-type-transformer = {path = "../lib/dl_type_transformer", develop = true}
dl-s3 = {path = "../lib/dl_s3", develop = true}

[tool.poetry.group.dev.dependencies]
black = "==24.3.0"
black = "==23.12.1"
ruff = "==0.2.1"
isort = "==5.13.2"
ipdb = "==0.13.13"
Expand Down
2 changes: 1 addition & 1 deletion tools/requirements-localhost.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

poetry==1.7.1
clize==5.0.0
black==24.3.0
black==23.12.1
ruff==0.2.1
isort==5.13.2
pre-commit==3.4.0
Expand Down

0 comments on commit 14ab1fc

Please sign in to comment.