Skip to content

Commit 40ca36d

Browse files
pre-commit-ci[bot]MTSOnGithub
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/pycqa/bandit: 1.9.0 → 1.9.2](PyCQA/bandit@1.9.0...1.9.2)
1 parent 634c160 commit 40ca36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- --no-extra-eol
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v3.21.1
57+
rev: v3.21.2
5858
hooks:
5959
- id: pyupgrade
6060
args: [--py311-plus, --keep-runtime-typing]
@@ -80,7 +80,7 @@ repos:
8080
- id: black
8181

8282
- repo: https://github.com/pycqa/bandit
83-
rev: 1.9.0
83+
rev: 1.9.2
8484
hooks:
8585
- id: bandit
8686
args:

0 commit comments

Comments
 (0)