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 1cc3901 commit dcda602Copy full SHA for dcda602
.pre-commit-config.yaml
@@ -6,12 +6,12 @@ repos:
6
pass_filenames: true
7
exclude: _vendor|vendored|examples
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.0.281
+ rev: v0.0.287
10
hooks:
11
- id: ruff
12
exclude: _vendor|vendored
13
- repo: https://github.com/python-jsonschema/check-jsonschema
14
- rev: 0.23.3
+ rev: 0.26.3
15
16
- id: check-github-workflows
17
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments