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 a5f2548 + b49da33 commit 3238de7Copy full SHA for 3238de7
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/psf/black-pre-commit-mirror
3
- rev: 23.10.1
+ rev: 23.11.0
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.1.4
+ rev: v0.1.6
10
11
- id: ruff
12
exclude: _vendor|vendored
13
- repo: https://github.com/python-jsonschema/check-jsonschema
14
- rev: 0.27.1
+ rev: 0.27.2
15
16
- id: check-github-workflows
17
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments