Skip to content

Commit 16aa9d8

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/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/PyCQA/bandit: 1.7.0 → 1.8.2](PyCQA/bandit@1.7.0...1.8.2) - [github.com/zricethezav/gitleaks: v8.0.4 → v8.23.2](gitleaks/gitleaks@v8.0.4...v8.23.2)
1 parent 9ffb37c commit 16aa9d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
exclude: "^docs/|/migrations/"
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -12,13 +12,13 @@ repos:
1212
- id: debug-statements
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.17.0
15+
rev: v3.19.1
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py310-plus]
1919

2020
- repo: https://github.com/psf/black
21-
rev: 24.8.0
21+
rev: 24.10.0
2222
hooks:
2323
- id: black
2424

@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: [flake8-isort]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.11.2
38+
rev: v1.14.1
3939
hooks:
4040
- id: mypy
4141
args: ["--strict"]
@@ -61,13 +61,13 @@ repos:
6161
- types-requests
6262

6363
- repo: https://github.com/PyCQA/bandit
64-
rev: '1.7.0'
64+
rev: '1.8.2'
6565
hooks:
6666
- id: bandit
6767
args: ['-r', '--configfile=bandit-config.yml']
6868

6969
- repo: https://github.com/zricethezav/gitleaks
70-
rev: 'v8.0.4'
70+
rev: 'v8.23.2'
7171
hooks:
7272
- id: gitleaks
7373
args: ['--config=gitleaks-config.toml']

0 commit comments

Comments
 (0)