Skip to content

Commit 1666d61

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/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 1666d61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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/
@@ -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)