Skip to content

Commit 619a296

Browse files
Autoupdate pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.7...v0.12.2) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 7b14a61 commit 619a296

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.11.7
18+
rev: v0.12.2
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.19.1
35+
rev: v3.20.0
3636
hooks:
3737
- id: pyupgrade
3838
args: ['--py39-plus']

0 commit comments

Comments
 (0)