Skip to content

Commit afbc2c8

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.20.0](asottile/pyupgrade@v3.17.0...v3.20.0) - [github.com/psf/black: 24.8.0 → 25.1.0](psf/black@24.8.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/PyCQA/bandit: 1.7.0 → 1.8.3](PyCQA/bandit@1.7.0...1.8.3) - [github.com/zricethezav/gitleaks: v8.0.4 → v8.26.0](gitleaks/gitleaks@v8.0.4...v8.26.0)
1 parent 43f324f commit afbc2c8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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,30 +12,30 @@ repos:
1212
- id: debug-statements
1313

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

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

2525
- repo: https://github.com/PyCQA/isort
26-
rev: 5.13.2
26+
rev: 6.0.1
2727
hooks:
2828
- id: isort
2929

3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 7.1.1
31+
rev: 7.2.0
3232
hooks:
3333
- id: flake8
3434
args: ["--config=setup.cfg"]
3535
additional_dependencies: [flake8-isort]
3636

3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.11.2
38+
rev: v1.15.0
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.3'
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.26.0'
7171
hooks:
7272
- id: gitleaks
7373
args: ['--config=gitleaks-config.toml']

0 commit comments

Comments
 (0)