Skip to content

Commit 3bae288

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/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 → 2.2.4](tox-dev/pyproject-fmt@2.2.3...2.2.4) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2)
1 parent 7fdebc8 commit 3bae288

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,7 +1,7 @@
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/
@@ -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: 2.2.4
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/abravalheri/validate-pyproject
47-
rev: v0.19
47+
rev: v0.20.2
4848
hooks:
4949
- id: validate-pyproject
5050

0 commit comments

Comments
 (0)