We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babde8c commit fec7a49Copy full SHA for fec7a49
.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.284"
+ rev: "v0.0.285"
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.6"]
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: "v3.0.1"
+ rev: "v3.0.2"
28
29
- id: prettier
30
args: ["--print-width=120", "--prose-wrap=always"]
0 commit comments