Skip to content

Commit 98393f5

Browse files
[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/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
1 parent 08b4de7 commit 98393f5

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.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:
@@ -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)