Skip to content

Commit e808ecc

Browse files
[pre-commit.ci] pre-commit autoupdate
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/gitleaks/gitleaks: v8.20.0 → v8.20.1](gitleaks/gitleaks@v8.20.0...v8.20.1)
1 parent beb243a commit e808ecc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=500"]
@@ -61,7 +61,7 @@ repos:
6161
args: ["-c", "pyproject.toml", "--"]
6262
additional_dependencies: ["bandit[toml]"]
6363
- repo: https://github.com/gitleaks/gitleaks
64-
rev: v8.20.0
64+
rev: v8.20.1
6565
hooks:
6666
- id: gitleaks
6767
- repo: local
@@ -72,7 +72,7 @@ repos:
7272
entry: .pre-commit/version_check.py
7373
pass_filenames: false
7474
stages:
75-
- commit
75+
- pre-commit
7676
- manual
7777
language: python
7878
files: ^(\.pre-commit/version_check\.py|setup\.py|sphinx_multiversion/__init__\.py|docs/conf\.py|docs/changelog\.rst)$
@@ -87,7 +87,7 @@ repos:
8787
types:
8888
- python
8989
stages:
90-
- commit
90+
- pre-commit
9191
- manual
9292
additional_dependencies:
9393
- sphinx

0 commit comments

Comments
 (0)