Skip to content

Commit

Permalink
Update black
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Apr 25, 2024
1 parent ad2e668 commit 890f726
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 @@ -27,7 +27,7 @@ repos:
- id: ruff
args: ["--fix", "--line-length=99"]
- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.1
hooks:
- id: black
args: ["--line-length=99"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test = [
dev = [
"a2wsgi>=1.10.0,<2",
"autoflake>=1.4.0",
"black==24.4.0",
"black==24.4.1",
"ipdb",
"pdbpp",
"isort>=5.0.6,<6.0.0",
Expand Down

0 comments on commit 890f726

Please sign in to comment.