We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41cdd6 commit 68c405dCopy full SHA for 68c405d
.pre-commit-config.yaml
@@ -40,13 +40,13 @@ repos:
40
args: ["--py38-plus"]
41
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
- rev: 'v0.1.6'
+ rev: 'v0.1.7'
44
hooks:
45
- id: ruff
46
args: ["--fix"]
47
48
- repo: https://github.com/pycqa/isort
49
- rev: 5.12.0
+ rev: 5.13.0
50
51
- id: isort
52
@@ -56,7 +56,7 @@ repos:
56
- id: black
57
58
- repo: https://github.com/PyCQA/bandit
59
- rev: 1.7.5
+ rev: 1.7.6
60
61
- id: bandit
62
args: ["-r", "-ll"]
0 commit comments