Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#255)
Browse files Browse the repository at this point in the history
updates:
- [github.com/jendrikseipp/vulture: v2.12 → v2.13](jendrikseipp/vulture@v2.12...v2.13)
- [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.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 8, 2024
1 parent 1746c9d commit 14c26c0
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 @@ -19,11 +19,11 @@ repos:
stages:
- pre-push
- repo: https://github.com/jendrikseipp/vulture
rev: v2.12
rev: v2.13
hooks:
- id: vulture
- 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 @@ -32,7 +32,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.8.0
rev: 24.10.0
hooks:
- id: black
args: [ --line-length=120 ]
Expand Down

0 comments on commit 14c26c0

Please sign in to comment.