Skip to content

Commit 6c47529

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.13](astral-sh/ruff-pre-commit@v0.13.1...v0.14.13)
1 parent 6dd8727 commit 6c47529

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
@@ -28,11 +28,11 @@ repos:
2828
- id: mixed-line-ending
2929
- id: trailing-whitespace
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v3.20.0
31+
rev: v3.21.2
3232
hooks:
3333
- id: pyupgrade
3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.13.1
35+
rev: v0.14.13
3636
hooks:
3737
- id: ruff
3838
types_or: [ python, pyi, jupyter ]

0 commit comments

Comments
 (0)