Skip to content

Commit

Permalink
Update black to version 24
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed May 23, 2024
1 parent 75e1b8c commit b093ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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: 22.3.0
- repo: https://github.com/psf/black
rev: "24.2.0"
hooks:
- id: black
language_version: python3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ test = [
"syrupy>=4.6.0"
]
dev = [
"black>=23.1.0",
"black>=24.2.0",
"flake8>=6.0.0",
"Flake8-pyproject",
"isort>=5.11.2",
Expand Down

0 comments on commit b093ee9

Please sign in to comment.