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 1c5156a commit 019e2b2Copy full SHA for 019e2b2
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.13.2"
+ rev: "v0.13.3"
14
hooks:
15
- id: ruff-check
16
args: ["--fix"]
@@ -32,7 +32,7 @@ repos:
32
33
- id: black-disable-checker
34
exclude: tests/test_nodes_lineno.py
35
- - repo: https://github.com/psf/black
+ - repo: https://github.com/psf/black-pre-commit-mirror
36
rev: 25.9.0
37
38
- id: black
@@ -81,6 +81,6 @@ repos:
81
- id: prettier
82
args: [--prose-wrap=always, --print-width=88]
83
- repo: https://github.com/tox-dev/pyproject-fmt
84
- rev: "v2.6.0"
+ rev: "v2.7.0"
85
86
- id: pyproject-fmt
0 commit comments