Skip to content

Commit 019e2b2

Browse files
[pre-commit.ci] pre-commit autoupdate (#2849)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.2...v0.13.3) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1c5156a commit 019e2b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.13.2"
13+
rev: "v0.13.3"
1414
hooks:
1515
- id: ruff-check
1616
args: ["--fix"]
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: black-disable-checker
3434
exclude: tests/test_nodes_lineno.py
35-
- repo: https://github.com/psf/black
35+
- repo: https://github.com/psf/black-pre-commit-mirror
3636
rev: 25.9.0
3737
hooks:
3838
- id: black
@@ -81,6 +81,6 @@ repos:
8181
- id: prettier
8282
args: [--prose-wrap=always, --print-width=88]
8383
- repo: https://github.com/tox-dev/pyproject-fmt
84-
rev: "v2.6.0"
84+
rev: "v2.7.0"
8585
hooks:
8686
- id: pyproject-fmt

0 commit comments

Comments
 (0)