Skip to content

Commit a4338a5

Browse files
⬆️ UPGRADE: Autoupdate pre-commit config (#46915)
Co-authored-by: MarcoGorelli <[email protected]>
1 parent c7f615b commit a4338a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
types_or: [python, rst, markdown]
2727
files: ^(pandas|doc)/
2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.1.0
29+
rev: v4.2.0
3030
hooks:
3131
- id: debug-statements
3232
- id: end-of-file-fixer
@@ -56,7 +56,7 @@ repos:
5656
hooks:
5757
- id: isort
5858
- repo: https://github.com/asottile/pyupgrade
59-
rev: v2.31.1
59+
rev: v2.32.0
6060
hooks:
6161
- id: pyupgrade
6262
args: [--py38-plus]
@@ -71,7 +71,7 @@ repos:
7171
types: [text] # overwrite types: [rst]
7272
types_or: [python, rst]
7373
- repo: https://github.com/sphinx-contrib/sphinx-lint
74-
rev: v0.2
74+
rev: v0.4.1
7575
hooks:
7676
- id: sphinx-lint
7777
- repo: https://github.com/asottile/yesqa

0 commit comments

Comments
 (0)