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 2b3b2d3 commit 38da9d8Copy full SHA for 38da9d8
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_stages: [pre-commit, pre-push]
7
repos:
8
# https://github.com/pre-commit/pre-commit-hooks#pre-commit-hooks
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v4.6.0
+ rev: v5.0.0
11
hooks:
12
- id: check-added-large-files
13
name: Check added large files
@@ -23,7 +23,7 @@ repos:
23
- id: trailing-whitespace
24
name: Trailing whitespace
25
- repo: https://github.com/python-jsonschema/check-jsonschema
26
- rev: 0.28.4
+ rev: 0.31.0
27
28
- id: check-github-actions
29
name: Validate GitHub Actions
@@ -36,7 +36,7 @@ repos:
36
additional_dependencies:
37
- tomli
38
- repo: https://github.com/astral-sh/ruff-pre-commit
39
- rev: v0.4.7
+ rev: v0.9.2
40
41
- id: ruff
42
name: Ruff Linter
0 commit comments