Skip to content

Commit 3679a9b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/PyCQA/bandit: 1.7.8 → 1.7.9](PyCQA/bandit@1.7.8...1.7.9)
1 parent 5330964 commit 3679a9b

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
@@ -9,12 +9,12 @@ repos:
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.15.2
12+
rev: v3.16.0
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py38-plus]
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 7.0.0
17+
rev: 7.1.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:
@@ -37,7 +37,7 @@ repos:
3737
- pytest==7.4.2
3838
language_version: python3.8
3939
- repo: https://github.com/PyCQA/bandit
40-
rev: 1.7.8
40+
rev: 1.7.9
4141
hooks:
4242
- id: bandit
4343
args: [--ini, .bandit]

0 commit comments

Comments
 (0)