Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#381)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mike Fiedler <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and miketheman authored Oct 8, 2024
1 parent 4e9b19d commit 30ee968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-yaml
- id: check-added-large-files
Expand All @@ -21,7 +21,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
Expand All @@ -30,6 +30,6 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/jendrikseipp/vulture
rev: 'v2.12'
rev: 'v2.13'
hooks:
- id: vulture

0 comments on commit 30ee968

Please sign in to comment.