Skip to content

Commit a5c54bb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.3.0](psf/black-pre-commit-mirror@24.4.2...26.3.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/Lucas-C/pre-commit-hooks-safety: v1.3.3 → v1.4.2](Lucas-C/pre-commit-hooks-safety@v1.3.3...v1.4.2) - [github.com/jendrikseipp/vulture: v2.11 → v2.15](jendrikseipp/vulture@v2.11...v2.15)
1 parent d0475ad commit a5c54bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
stages:
3434
- pre-push
3535
- repo: https://github.com/pre-commit/pre-commit-hooks
36-
rev: v4.6.0
36+
rev: v6.0.0
3737
hooks:
3838
- id: end-of-file-fixer
3939
- id: trailing-whitespace
@@ -42,12 +42,12 @@ repos:
4242
- id: check-merge-conflict
4343
# - id: no-commit-to-branch # To be included when other contributions join the project
4444
- repo: https://github.com/psf/black-pre-commit-mirror
45-
rev: 24.4.2
45+
rev: 26.3.0
4646
hooks:
4747
- id: black
4848
args: [ --line-length=120 ]
4949
- repo: https://github.com/PyCQA/flake8
50-
rev: 7.1.1
50+
rev: 7.3.0
5151
hooks:
5252
- id: flake8
5353
exclude: '__init__.py'
@@ -62,14 +62,14 @@ repos:
6262
language: python
6363
types: [ python ]
6464
- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
65-
rev: v1.3.3
65+
rev: v1.4.2
6666
hooks:
6767
- id: python-safety-dependencies-check
6868
files: pyproject.toml
6969
stages:
7070
- pre-push
7171
- repo: https://github.com/jendrikseipp/vulture
72-
rev: v2.11
72+
rev: v2.15
7373
hooks:
7474
- id: vulture
7575
- repo: https://gitlab.com/smop/pre-commit-hooks

0 commit comments

Comments
 (0)