Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/psf/black-pre-commit-mirror: 24.4.2 → 24.10.0](psf/black-pre-commit-mirror@24.4.2...24.10.0)
- [github.com/jendrikseipp/vulture: v2.11 → v2.14](jendrikseipp/vulture@v2.11...v2.14)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent d0475ad commit 766d16a
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 @@ -33,7 +33,7 @@ repos:
stages:
- pre-push
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -42,7 +42,7 @@ repos:
- id: check-merge-conflict
# - id: no-commit-to-branch # To be included when other contributions join the project
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
args: [ --line-length=120 ]
Expand All @@ -69,7 +69,7 @@ repos:
stages:
- pre-push
- repo: https://github.com/jendrikseipp/vulture
rev: v2.11
rev: v2.14
hooks:
- id: vulture
- repo: https://gitlab.com/smop/pre-commit-hooks
Expand Down

0 comments on commit 766d16a

Please sign in to comment.