Skip to content

Commit d8382c9

Browse files
[pre-commit.ci] pre-commit autoupdate (#631)
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.0...v0.14.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a8562e commit d8382c9

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
@@ -6,12 +6,12 @@ repos:
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 25.9.0
9+
rev: 25.11.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.14.0
14+
rev: v0.14.4
1515
hooks:
1616
- id: ruff
1717
args: [ --fix ]

0 commit comments

Comments
 (0)