We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf2cb1 commit 078e836Copy full SHA for 078e836
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: absolufy-imports
12
files: ^pandas/
13
- repo: https://github.com/jendrikseipp/vulture
14
- rev: 'v2.3'
+ rev: 'v2.4'
15
hooks:
16
- id: vulture
17
entry: python scripts/run_vulture.py
@@ -60,7 +60,7 @@ repos:
60
61
- id: isort
62
- repo: https://github.com/asottile/pyupgrade
63
- rev: v2.32.0
+ rev: v2.32.1
64
65
- id: pyupgrade
66
args: [--py38-plus]
@@ -75,7 +75,7 @@ repos:
75
types: [text] # overwrite types: [rst]
76
types_or: [python, rst]
77
- repo: https://github.com/sphinx-contrib/sphinx-lint
78
- rev: v0.4.1
+ rev: v0.6
79
80
- id: sphinx-lint
81
- repo: https://github.com/asottile/yesqa
0 commit comments