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 04f5c1d commit 320beabCopy full SHA for 320beab
.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
exclude: src/pyproject_api/_backend.py
@@ -25,12 +25,12 @@ repos:
25
- id: pyproject-fmt
26
additional_dependencies: ["tox>=4.6.4"]
27
- repo: https://github.com/pre-commit/mirrors-prettier
28
- rev: "v3.0.1"
+ rev: "v3.0.2"
29
30
- id: prettier
31
args: ["--print-width=120", "--prose-wrap=always"]
32
- repo: https://github.com/asottile/blacken-docs
33
- rev: 1.15.0
+ rev: 1.16.0
34
35
- id: blacken-docs
36
additional_dependencies: [black==23.7]
0 commit comments