Skip to content

Commit 68c405d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7) - [github.com/pycqa/isort: 5.12.0 → 5.13.0](PyCQA/isort@5.12.0...5.13.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](PyCQA/bandit@1.7.5...1.7.6)
1 parent b41cdd6 commit 68c405d

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
@@ -40,13 +40,13 @@ repos:
4040
args: ["--py38-plus"]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: 'v0.1.6'
43+
rev: 'v0.1.7'
4444
hooks:
4545
- id: ruff
4646
args: ["--fix"]
4747

4848
- repo: https://github.com/pycqa/isort
49-
rev: 5.12.0
49+
rev: 5.13.0
5050
hooks:
5151
- id: isort
5252

@@ -56,7 +56,7 @@ repos:
5656
- id: black
5757

5858
- repo: https://github.com/PyCQA/bandit
59-
rev: 1.7.5
59+
rev: 1.7.6
6060
hooks:
6161
- id: bandit
6262
args: ["-r", "-ll"]

0 commit comments

Comments
 (0)