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 dd93455 commit 1b3ab2bCopy full SHA for 1b3ab2b
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
repos:
6
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.5.0
+ rev: v4.6.0
9
hooks:
10
- id: trailing-whitespace
11
- id: end-of-file-fixer
@@ -29,7 +29,7 @@ repos:
29
- tomli
30
31
- repo: https://github.com/python-jsonschema/check-jsonschema
32
- rev: 0.28.1
+ rev: 0.28.2
33
34
- id: check-github-workflows
35
@@ -55,7 +55,7 @@ repos:
55
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml
56
57
- repo: https://github.com/astral-sh/ruff-pre-commit
58
- rev: v0.3.5
+ rev: v0.4.3
59
60
- id: ruff
61
name: ruff (see https://docs.astral.sh/ruff/rules)
0 commit comments