Skip to content

Commit 2571899

Browse files
pre-commit-ci[bot]tim-schilling
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/tox-dev/pyproject-fmt: 2.1.3 → 2.1.4](tox-dev/pyproject-fmt@2.1.3...2.1.4) - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
1 parent eebf9b3 commit 2571899

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.8
4+
rev: 1.7.9
55
hooks:
66
- id: bandit
77
exclude: /.*tests/
@@ -13,7 +13,7 @@ repos:
1313
language_version: python3.8
1414

1515
- repo: https://github.com/pycqa/flake8
16-
rev: 7.0.0
16+
rev: 7.1.0
1717
hooks:
1818
- id: flake8
1919
args:
@@ -40,7 +40,7 @@ repos:
4040
- id: detect-private-key
4141

4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: 2.1.3
43+
rev: 2.1.4
4444
hooks:
4545
- id: pyproject-fmt
4646
- repo: https://github.com/abravalheri/validate-pyproject
@@ -56,7 +56,7 @@ repos:
5656
- "--strict"
5757

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

0 commit comments

Comments
 (0)