Skip to content

Commit 9bd0b4d

Browse files
[pre-commit.ci] pre-commit autoupdate (#47)
updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.8.6...v0.9.9) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.3](rbubley/mirrors-prettier@v3.4.2...v3.5.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 233fc6a commit 9bd0b4d

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
@@ -9,18 +9,18 @@ repos:
99
- id: end-of-file-fixer
1010

1111
- repo: https://github.com/psf/black-pre-commit-mirror
12-
rev: 24.10.0
12+
rev: 25.1.0
1313
hooks:
1414
- id: black
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.6
17+
rev: v0.9.9
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--show-fixes"]
2121

2222
- repo: https://github.com/rbubley/mirrors-prettier
23-
rev: v3.4.2
23+
rev: v3.5.3
2424
hooks:
2525
- id: prettier
2626
args: ["--cache-location=.prettier_cache/cache"]

0 commit comments

Comments
 (0)