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 e310948 commit 5efaf86Copy full SHA for 5efaf86
.pre-commit-config.yaml
@@ -4,12 +4,12 @@ ci:
4
5
repos:
6
- repo: https://github.com/astral-sh/ruff-pre-commit
7
- rev: v0.11.12
+ rev: v0.12.7
8
hooks:
9
- id: ruff
10
- id: ruff-format
11
- repo: https://github.com/python-jsonschema/check-jsonschema
12
- rev: 0.33.0
+ rev: 0.33.2
13
14
- id: check-github-workflows
15
- repo: https://github.com/asottile/blacken-docs
@@ -18,7 +18,7 @@ repos:
18
- id: blacken-docs
19
additional_dependencies: [black==23.12.1]
20
- repo: https://github.com/jazzband/pip-tools
21
- rev: 7.4.1
+ rev: v7.5.0
22
23
- id: pip-compile
24
name: pip-compile pyproject.toml
0 commit comments