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 37f82ec commit 9e20adcCopy full SHA for 9e20adc
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.4.9
+ rev: v0.4.10
18
hooks:
19
- id: ruff
20
args: ["--fix", "--show-fixes"]
@@ -77,7 +77,7 @@ repos:
77
78
79
- repo: https://github.com/python-jsonschema/check-jsonschema
80
- rev: 0.28.5
+ rev: 0.28.6
81
82
- id: check-dependabot
83
- id: check-github-actions
0 commit comments