Skip to content

Commit 9a4fcea

Browse files
⬆️ UPGRADE: Autoupdate pre-commit config (#45155)
Co-authored-by: MarcoGorelli <[email protected]>
1 parent 1d1ab8e commit 9a4fcea

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
@@ -9,7 +9,7 @@ repos:
99
- id: absolufy-imports
1010
files: ^pandas/
1111
- repo: https://github.com/python/black
12-
rev: 21.11b1
12+
rev: 21.12b0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/codespell-project/codespell
@@ -19,7 +19,7 @@ repos:
1919
types_or: [python, rst, markdown]
2020
files: ^(pandas|doc)/
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.0.1
22+
rev: v4.1.0
2323
hooks:
2424
- id: debug-statements
2525
- id: end-of-file-fixer
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: isort
5151
- repo: https://github.com/asottile/pyupgrade
52-
rev: v2.29.1
52+
rev: v2.31.0
5353
hooks:
5454
- id: pyupgrade
5555
args: [--py38-plus]

0 commit comments

Comments
 (0)