There was an error while loading. Please reload this page.
1 parent b3676c7 commit ce98a5eCopy full SHA for ce98a5e
1 file changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.37.4
+ rev: 0.38.0
9
hooks:
10
- id: check-github-workflows
11
args: ["--verbose"]
@@ -19,11 +19,11 @@ repos:
19
20
- id: tox-toml-fmt
21
- repo: https://github.com/tox-dev/pyproject-fmt
22
- rev: "v2.26.0"
+ rev: "v2.27.0"
23
24
- id: pyproject-fmt
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.16.1"
+ rev: "v0.16.2"
27
28
- id: ruff-format
29
- id: ruff
0 commit comments