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 → 25.1.0](psf/black-pre-commit-mirror@24.4.2...25.1.0)
- [github.com/Lucas-C/pre-commit-hooks-safety: v1.3.3 → v1.4.0](Lucas-C/pre-commit-hooks-safety@v1.3.3...v1.4.0)
- [github.com/jendrikseipp/vulture: v2.11 → v2.14](jendrikseipp/vulture@v2.11...v2.14)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent d0475ad commit bf3702b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: 25.1.0
hooks:
- id: black
args: [ --line-length=120 ]
Expand All @@ -62,14 +62,14 @@ repos:
language: python
types: [ python ]
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.3
rev: v1.4.0
hooks:
- id: python-safety-dependencies-check
files: pyproject.toml
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 bf3702b

Please sign in to comment.