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 5a1712d commit e5caaecCopy full SHA for e5caaec
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: check-case-conflict
7
- id: check-merge-conflict
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.12.7
+ rev: v0.12.8
18
19
- id: ruff
20
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
54
additional_dependencies: *mypy-dependencies
55
56
- repo: https://github.com/shellcheck-py/shellcheck-py
57
- rev: v0.10.0.1
+ rev: v0.11.0.1
58
59
- id: shellcheck
60
0 commit comments