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/psf/black-pre-commit-mirror: 24.4.2 → 24.8.0](psf/black-pre-commit-mirror@24.4.2...24.8.0)
- [github.com/jendrikseipp/vulture: v2.11 → v2.12](jendrikseipp/vulture@v2.11...v2.12)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent d0475ad commit a51e5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.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.12
hooks:
- id: vulture
- repo: https://gitlab.com/smop/pre-commit-hooks
Expand Down

0 comments on commit a51e5ac

Please sign in to comment.