Skip to content

Commit 76290cc

Browse files
[pre-commit.ci] pre-commit autoupdate (#512)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.7...v0.14.8) - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7c82a6d commit 76290cc

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
@@ -60,14 +60,14 @@ repos:
6060
args: [--py310-plus]
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.14.7
63+
rev: v0.14.8
6464
hooks:
6565
- id: ruff
6666
args: [--fix, --exit-non-zero-on-fix]
6767

6868
# Last modifier: Coding Standard
6969
- repo: https://github.com/psf/black-pre-commit-mirror
70-
rev: 25.11.0
70+
rev: 25.12.0
7171
hooks:
7272
- id: black
7373

0 commit comments

Comments
 (0)