Skip to content

Commit 8bf0bf3

Browse files
Autoupdate pre-commit hooks (#1342)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7a36fbd commit 8bf0bf3

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)