Skip to content

Commit 3fa47fd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.9.9](astral-sh/ruff-pre-commit@v0.7.1...v0.9.9) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent c186ae1 commit 3fa47fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.19.0
17+
rev: v3.19.1
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py38-plus
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.7.1
23+
rev: v0.9.9
2424
hooks:
2525
- id: ruff
2626
args:
2727
- --fix
2828
- repo: https://github.com/psf/black
29-
rev: 24.10.0
29+
rev: 25.1.0
3030
hooks:
3131
- id: black

0 commit comments

Comments
 (0)