Skip to content

Commit 2e57cad

Browse files
Update pre-commit hooks
1 parent 216024c commit 2e57cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ fail_fast: true
33
repos:
44
# checks for secrets via rules (gitleaks.toml)
55
- repo: https://github.com/zricethezav/gitleaks
6-
rev: v8.9.0
6+
rev: v8.15.0
77
hooks:
88
- id: gitleaks
99
- repo: https://github.com/ambv/black
10-
rev: 22.6.0
10+
rev: 22.10.0
1111
hooks:
1212
- id: black
1313
- repo: https://gitlab.com/pycqa/flake8

0 commit comments

Comments
 (0)