Skip to content

Commit cc8c9d3

Browse files
[pre-commit.ci] pre-commit autoupdate (#37)
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/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d87d160 commit cc8c9d3

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
@@ -17,13 +17,13 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 25.9.0
20+
rev: 25.11.0
2121
hooks:
2222
- id: black
2323
language_version: python3.11
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v3.21.0
26+
rev: v3.21.2
2727
hooks:
2828
- id: pyupgrade
2929
args:
@@ -36,7 +36,7 @@ repos:
3636
name: isort (python)
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.14.3
39+
rev: v0.14.7
4040
hooks:
4141
- id: ruff
4242
args: [ --fix ]

0 commit comments

Comments
 (0)