We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47eecbb commit 5ba8155Copy full SHA for 5ba8155
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: "v0.0.286"
+ rev: "v0.0.287"
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
@@ -24,7 +24,7 @@ repos:
24
- id: pyproject-fmt
25
additional_dependencies: ["tox>=4.8"]
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: "v3.0.2"
+ rev: "v3.0.3"
28
29
- id: prettier
30
args: ["--print-width=120", "--prose-wrap=always"]
0 commit comments