Skip to content

Commit 3562931

Browse files
committed
chore: bump pre-commit versions
Signed-off-by: Michael Paul <31833332+MickeyPvX@users.noreply.github.com>
1 parent bfbcd50 commit 3562931

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-executables-have-shebangs
@@ -15,22 +15,22 @@ repos:
1515
- id: requirements-txt-fixer
1616
- id: trailing-whitespace
1717
- repo: https://github.com/psf/black
18-
rev: 24.10.0
18+
rev: 25.1.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/pycqa/isort
22-
rev: 5.13.2
22+
rev: 6.0.1
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/econchick/interrogate
2626
rev: 1.7.0
2727
hooks:
2828
- id: interrogate
2929
- repo: https://github.com/pycqa/flake8
30-
rev: 7.1.1
30+
rev: 7.3.0
3131
hooks:
3232
- id: flake8
3333
- repo: https://github.com/gitleaks/gitleaks
34-
rev: v8.20.1
34+
rev: v8.28.0
3535
hooks:
3636
- id: gitleaks

0 commit comments

Comments
 (0)