We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1ab8e commit 9a4fceaCopy full SHA for 9a4fcea
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: absolufy-imports
10
files: ^pandas/
11
- repo: https://github.com/python/black
12
- rev: 21.11b1
+ rev: 21.12b0
13
hooks:
14
- id: black
15
- repo: https://github.com/codespell-project/codespell
@@ -19,7 +19,7 @@ repos:
19
types_or: [python, rst, markdown]
20
files: ^(pandas|doc)/
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v4.0.1
+ rev: v4.1.0
23
24
- id: debug-statements
25
- id: end-of-file-fixer
@@ -49,7 +49,7 @@ repos:
49
50
- id: isort
51
- repo: https://github.com/asottile/pyupgrade
52
- rev: v2.29.1
+ rev: v2.31.0
53
54
- id: pyupgrade
55
args: [--py38-plus]
0 commit comments