Thanks to visit codestin.com Credit goes to github.com
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 9f6e0d1 commit cd149f8Copy full SHA for cd149f8
1 file changed
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.11.4
+ rev: v0.14.5
4
hooks:
5
- id: ruff
6
args: [--fix, --exit-non-zero-on-fix]
7
- id: ruff-format
8
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
12
- id: check-added-large-files
13
- id: check-case-conflict
@@ -20,12 +20,12 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/python-jsonschema/check-jsonschema
23
- rev: 0.32.1
+ rev: 0.35.0
24
25
- id: check-github-workflows
26
27
- repo: https://github.com/rhysd/actionlint
28
- rev: v1.7.7
+ rev: v1.7.8
29
30
- id: actionlint
31
0 commit comments