Skip to content

Commit fcca512

Browse files
github-actions[bot]MarcoGorelli
authored andcommitted
⬆️ UPGRADE: Autoupdate pre-commit config (pandas-dev#48903)
Co-authored-by: MarcoGorelli <[email protected]>
1 parent 039eaed commit fcca512

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
- id: absolufy-imports
1212
files: ^pandas/
1313
- repo: https://github.com/jendrikseipp/vulture
14-
rev: 'v2.5'
14+
rev: 'v2.6'
1515
hooks:
1616
- id: vulture
1717
entry: python scripts/run_vulture.py
1818
pass_filenames: true
1919
require_serial: false
2020
- repo: https://github.com/python/black
21-
rev: 22.6.0
21+
rev: 22.8.0
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/codespell-project/codespell
@@ -27,7 +27,7 @@ repos:
2727
- id: codespell
2828
types_or: [python, rst, markdown]
2929
- repo: https://github.com/MarcoGorelli/cython-lint
30-
rev: v0.1.4
30+
rev: v0.1.8
3131
hooks:
3232
- id: cython-lint
3333
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -40,7 +40,7 @@ repos:
4040
- id: trailing-whitespace
4141
stages: [commit, merge-commit, push, prepare-commit-msg, commit-msg, post-checkout, post-commit, post-merge, post-rewrite]
4242
- repo: https://github.com/cpplint/cpplint
43-
rev: 1.6.0
43+
rev: 1.6.1
4444
hooks:
4545
- id: cpplint
4646
# We don't lint all C files because we don't want to lint any that are built
@@ -68,7 +68,7 @@ repos:
6868
hooks:
6969
- id: isort
7070
- repo: https://github.com/asottile/pyupgrade
71-
rev: v2.37.3
71+
rev: v2.38.2
7272
hooks:
7373
- id: pyupgrade
7474
args: [--py38-plus]
@@ -87,7 +87,7 @@ repos:
8787
hooks:
8888
- id: sphinx-lint
8989
- repo: https://github.com/asottile/yesqa
90-
rev: v1.3.0
90+
rev: v1.4.0
9191
hooks:
9292
- id: yesqa
9393
additional_dependencies: *flake8_dependencies

0 commit comments

Comments
 (0)