We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9ecc65 + 98fdf8c commit 22b433dCopy full SHA for 22b433d
1 file changed
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
stages: [manual]
30
31
- repo: https://github.com/PyCQA/isort
32
- rev: 5.11.0
+ rev: v5.11.3
33
hooks:
34
- id: isort
35
args: ["-a", "from __future__ import annotations"]
@@ -98,7 +98,7 @@ repos:
98
- id: python-use-type-annotations
99
100
- repo: https://github.com/shellcheck-py/shellcheck-py
101
- rev: v0.8.0.4
+ rev: v0.9.0.2
102
103
- id: shellcheck
104
0 commit comments