Skip to content

Commit

Permalink
feat: upgrade black to version 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jung235 committed Jun 6, 2024
1 parent ef770be commit ec5935b
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
Expand Up @@ -6,7 +6,7 @@ repos:
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dev
black==23.3.0
black>=24.3.0
ruff==0.0.285
mypy==1.4.1
pre-commit>=2.21.0
Expand Down

0 comments on commit ec5935b

Please sign in to comment.