Skip to content

Commit 49ee5dd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.11.8](astral-sh/ruff-pre-commit@v0.8.3...v0.11.8) - [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/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
1 parent cbb5b33 commit 49ee5dd

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
@@ -11,15 +11,15 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.3
14+
rev: v0.11.8
1515
hooks:
1616
- id: ruff
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 24.10.0
18+
rev: 25.1.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.19.0
22+
rev: v3.19.1
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]

0 commit comments

Comments
 (0)