Skip to content

Commit fc02d83

Browse files
Autoupdate pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2)
1 parent 77c6ca1 commit fc02d83

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
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace # Trims trailing whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.13.3
18+
rev: v0.14.10
1919
hooks:
2020
- id: ruff
2121
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
3232
- id: rst-inline-touching-normal # detect mistake of inline code touching normal text in rst
3333

3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.20.0
35+
rev: v3.21.2
3636
hooks:
3737
- id: pyupgrade
3838
args: ['--py310-plus']

0 commit comments

Comments
 (0)