Skip to content

Commit b5b07cd

Browse files
committed
pre-commit autoupdate
1 parent 71bb0f7 commit b5b07cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/codespell-project/codespell
10-
rev: v2.2.4
10+
rev: v2.2.5
1111
hooks:
1212
- id: codespell
1313

1414
- repo: https://github.com/asottile/reorder-python-imports
15-
rev: v3.9.0
15+
rev: v3.10.0
1616
hooks:
1717
- id: reorder-python-imports
1818
args:
@@ -21,19 +21,19 @@ repos:
2121
- from __future__ import annotations
2222

2323
- repo: https://github.com/charliermarsh/ruff-pre-commit
24-
rev: v0.0.269
24+
rev: v0.0.275
2525
hooks:
2626
- id: ruff
2727

2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v3.4.0
29+
rev: v3.7.0
3030
hooks:
3131
- id: pyupgrade
3232
args:
3333
- --py38-plus
3434

3535
- repo: https://github.com/asottile/add-trailing-comma
36-
rev: v2.4.0
36+
rev: v2.5.1
3737
hooks:
3838
- id: add-trailing-comma
3939
args:
@@ -50,6 +50,6 @@ repos:
5050
- id: validate-pyproject
5151

5252
- repo: https://github.com/fsouza/mirrors-pyright
53-
rev: v1.1.310
53+
rev: v1.1.315
5454
hooks:
5555
- id: pyright

0 commit comments

Comments
 (0)