Skip to content

Commit ba3aa62

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

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
@@ -25,11 +25,11 @@ repos:
2525
- id: fmt
2626
- id: clippy
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: "v0.13.2"
28+
rev: "v0.14.0"
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --exit-non-zero-on-fix]
32-
- repo: https://github.com/psf/black
32+
- repo: https://github.com/psf/black-pre-commit-mirror
3333
rev: 25.9.0
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)