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.
2 parents 865fb47 + 55bcefd commit c046821Copy full SHA for c046821
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
repos:
2
- repo: https://github.com/psf/black-pre-commit-mirror
3
- rev: 23.9.1
+ rev: 23.10.1
4
hooks:
5
- id: black
6
pass_filenames: true
7
exclude: _vendor|vendored|examples
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.0.292
+ rev: v0.1.4
10
11
- id: ruff
12
exclude: _vendor|vendored
13
- repo: https://github.com/python-jsonschema/check-jsonschema
14
- rev: 0.27.0
+ rev: 0.27.1
15
16
- id: check-github-workflows
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.4.0
+ rev: v4.5.0
19
20
- id: check-json
21
- id: check-yaml
0 commit comments