Skip to content

Commit a66a069

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#607)
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.1](asottile/pyupgrade@v3.17.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/PyCQA/bandit: 1.7.10 → 1.8.0](PyCQA/bandit@1.7.10...1.8.0) <!--pre-commit.ci end-->
2 parents 6e14b03 + 6872eea commit a66a069

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
@@ -25,14 +25,14 @@ repos:
2525
- id: black
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.17.0
28+
rev: v3.19.1
2929
hooks:
3030
- id: pyupgrade
3131
args:
3232
- "--py310-plus"
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: "v0.6.9"
35+
rev: "v0.8.6"
3636
hooks:
3737
- id: ruff
3838
args: ["--fix-only"]
@@ -52,7 +52,7 @@ repos:
5252
args: ["--config=setup.cfg", "--select=E9,F63,F7,F82"]
5353

5454
- repo: https://github.com/PyCQA/bandit
55-
rev: 1.7.10
55+
rev: 1.8.0
5656
hooks:
5757
- id: bandit
5858
args: ["--configfile", "bandit.yaml"]

0 commit comments

Comments
 (0)