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 152c4ec commit 1d246b4Copy full SHA for 1d246b4
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/astral-sh/ruff-pre-commit
8
- rev: "v0.0.275"
+ rev: "v0.0.277"
9
hooks:
10
- id: ruff
11
args: [--fix, --exit-non-zero-on-fix]
@@ -19,12 +19,12 @@ repos:
19
- id: tox-ini-fmt
20
args: ["-p", "fix"]
21
- repo: https://github.com/tox-dev/pyproject-fmt
22
- rev: "0.12.1"
+ rev: "0.13.0"
23
24
- id: pyproject-fmt
25
additional_dependencies: ["tox>=4.6"]
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: "v3.0.0-alpha.9-for-vscode"
+ rev: "v3.0.0"
28
29
- id: prettier
30
args: ["--print-width=120", "--prose-wrap=always"]
0 commit comments