Skip to content

Commit

Permalink
downgrade black to 23.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Nov 13, 2023
1 parent 0f135cb commit 5b50b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/ambv/black
rev: 23.1.0
rev: 23.10.0
hooks:
- id: black

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mindee =

[options.extras_require]
dev =
black==23.11.0
black==23.10.0
mypy==1.4.1
pylint==2.17.1
setuptools==51.3.3
Expand Down

0 comments on commit 5b50b77

Please sign in to comment.