Skip to content

Commit 0e91e56

Browse files
github-actions[bot]MarcoGorelli
authored andcommitted
⬆️ UPGRADE: Autoupdate pre-commit config (pandas-dev#47187)
Co-authored-by: MarcoGorelli <[email protected]>
1 parent 4494d5e commit 0e91e56

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
@@ -11,7 +11,7 @@ repos:
1111
- id: absolufy-imports
1212
files: ^pandas/
1313
- repo: https://github.com/jendrikseipp/vulture
14-
rev: 'v2.3'
14+
rev: 'v2.4'
1515
hooks:
1616
- id: vulture
1717
entry: python scripts/run_vulture.py
@@ -60,7 +60,7 @@ repos:
6060
hooks:
6161
- id: isort
6262
- repo: https://github.com/asottile/pyupgrade
63-
rev: v2.32.0
63+
rev: v2.32.1
6464
hooks:
6565
- id: pyupgrade
6666
args: [--py38-plus]
@@ -75,7 +75,7 @@ repos:
7575
types: [text] # overwrite types: [rst]
7676
types_or: [python, rst]
7777
- repo: https://github.com/sphinx-contrib/sphinx-lint
78-
rev: v0.4.1
78+
rev: v0.6
7979
hooks:
8080
- id: sphinx-lint
8181
- repo: https://github.com/asottile/yesqa

0 commit comments

Comments
 (0)