We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f615b commit a4338a5Copy full SHA for a4338a5
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
types_or: [python, rst, markdown]
27
files: ^(pandas|doc)/
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
- rev: v4.1.0
+ rev: v4.2.0
30
hooks:
31
- id: debug-statements
32
- id: end-of-file-fixer
@@ -56,7 +56,7 @@ repos:
56
57
- id: isort
58
- repo: https://github.com/asottile/pyupgrade
59
- rev: v2.31.1
+ rev: v2.32.0
60
61
- id: pyupgrade
62
args: [--py38-plus]
@@ -71,7 +71,7 @@ repos:
71
types: [text] # overwrite types: [rst]
72
types_or: [python, rst]
73
- repo: https://github.com/sphinx-contrib/sphinx-lint
74
- rev: v0.2
+ rev: v0.4.1
75
76
- id: sphinx-lint
77
- repo: https://github.com/asottile/yesqa
0 commit comments