Skip to content

Commit 6992615

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.2...v0.14.2) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
1 parent 77e6d63 commit 6992615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
- --autofix
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.13.2
22+
rev: v0.14.2
2323
hooks:
2424
- id: ruff-check
2525
args: ["--fix", "--show-fixes"]
2626

27-
- repo: https://github.com/psf/black
27+
- repo: https://github.com/psf/black-pre-commit-mirror
2828
rev: 25.9.0
2929
hooks:
3030
- id: black

0 commit comments

Comments
 (0)