Skip to content

Commit 5f723a0

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 f2315db commit 5f723a0

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
@@ -71,7 +71,7 @@ repos:
7171
- id: text-unicode-replacement-char
7272

7373
- repo: https://github.com/asottile/pyupgrade
74-
rev: v3.21.1
74+
rev: v3.21.2
7575
hooks:
7676
- id: pyupgrade
7777
args: [--py37-plus, --keep-runtime-typing]
@@ -95,7 +95,7 @@ repos:
9595
- black==24.4.2
9696

9797
- repo: https://github.com/pycqa/bandit
98-
rev: 1.9.0
98+
rev: 1.9.2
9999
hooks:
100100
- id: bandit
101101
args:

0 commit comments

Comments
 (0)