Skip to content

Commit 39d2753

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) - [github.com/PyCQA/bandit: 1.7.7 → 1.7.8](PyCQA/bandit@1.7.7...1.7.8)
1 parent 7df8777 commit 39d2753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
additional_dependencies: [flake8-bugbear==22.12.6]
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.15.1
19+
rev: v3.15.2
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py36-plus]
@@ -33,7 +33,7 @@ repos:
3333
args: [--no-build-isolation]
3434

3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.7
36+
rev: 1.7.8
3737
hooks:
3838
- id: bandit
3939
args:

0 commit comments

Comments
 (0)