We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b769439 commit 8dc858fCopy full SHA for 8dc858f
.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.29.4
+ rev: 0.30.0
9
hooks:
10
- id: check-github-workflows
11
args: ["--verbose"]
@@ -19,13 +19,13 @@ repos:
19
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.7.3"
+ rev: "v0.8.6"
23
24
- id: ruff-format
25
- id: ruff
26
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
27
- repo: https://github.com/rbubley/mirrors-prettier
28
- rev: "v3.3.3"
+ rev: "v3.4.2"
29
30
- id: prettier
31
args: ["--print-width=120", "--prose-wrap=always"]
0 commit comments