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 1da8b4a commit 3ca41bdCopy full SHA for 3ca41bd
.pre-commit-config.yaml
@@ -3,7 +3,7 @@
3
# See https://pre-commit.com/hooks.html for more hooks
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -41,7 +41,7 @@ repos:
41
additional_dependencies: ["gibberish_detector"]
42
- repo: https://github.com/astral-sh/ruff-pre-commit
43
# Ruff version.
44
- rev: 'v0.12.5'
+ rev: 'v0.12.8'
45
46
- id: ruff-format
47
- id: ruff
@@ -61,7 +61,7 @@ repos:
61
# - types-PyYAML
62
# - types-requests
63
- repo: https://github.com/shellcheck-py/shellcheck-py
64
- rev: v0.10.0.1
+ rev: v0.11.0.1
65
66
- id: shellcheck
67
- repo: https://github.com/rhysd/actionlint
0 commit comments