Skip to content

Commit 2229a1e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.7.9 → 1.7.10](PyCQA/bandit@1.7.9...1.7.10) - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0) - [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/tox-dev/pyproject-fmt: 2.2.3 → v2.5.0](tox-dev/pyproject-fmt@2.2.3...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.23](abravalheri/validate-pyproject@v0.19...v0.23) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0)
1 parent 7fdebc8 commit 2229a1e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
repos:
33
- repo: https://github.com/PyCQA/bandit
4-
rev: 1.7.9
4+
rev: 1.7.10
55
hooks:
66
- id: bandit
77
exclude: /.*tests/
88

99
- repo: https://github.com/psf/black-pre-commit-mirror
10-
rev: 24.8.0
10+
rev: 24.10.0
1111
hooks:
1212
- id: black
1313
language_version: python3.8
@@ -25,7 +25,7 @@ repos:
2525
- id: isort
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v4.6.0
28+
rev: v5.0.0
2929
hooks:
3030
- id: requirements-txt-fixer
3131
files: requirements/.*\.txt$
@@ -40,11 +40,11 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: 2.2.3
43+
rev: v2.5.0
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/abravalheri/validate-pyproject
47-
rev: v0.19
47+
rev: v0.23
4848
hooks:
4949
- id: validate-pyproject
5050

@@ -56,7 +56,7 @@ repos:
5656
- "--strict"
5757

5858
- repo: https://github.com/asottile/pyupgrade
59-
rev: v3.17.0
59+
rev: v3.19.0
6060
hooks:
6161
- id: pyupgrade
6262
args: [--py38-plus]

0 commit comments

Comments
 (0)