Skip to content

Commit

Permalink
Bump pre-commit to the latest version.
Browse files Browse the repository at this point in the history
It was blocking the black pre-commit checks from updating.
  • Loading branch information
jaharkes committed Nov 14, 2023
1 parent 817019c commit 00c8e20
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
name: Reorder python imports with isort

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.11.0
hooks:
- id: black
name: Format python code with black
Expand Down
60 changes: 28 additions & 32 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ zeroconf = "^0.38.7"
black = "^22.10.0"
jsonpatch = "^1.32"
poethepoet = "^0.16.5"
pre-commit = "^2.16.0"
pre-commit = { version = "^3.5.0", python = "^3.8.1" }
tbump = "~6.9.0"

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 00c8e20

Please sign in to comment.