We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e139f6 commit d7eaddeCopy full SHA for d7eadde
.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.10b0
+ rev: 21.11b1
13
hooks:
14
- id: black
15
- repo: https://github.com/codespell-project/codespell
@@ -55,11 +55,11 @@ repos:
55
types: [text]
56
args: [--append-config=flake8/cython-template.cfg]
57
- repo: https://github.com/PyCQA/isort
58
- rev: 5.9.3
+ rev: 5.10.1
59
60
- id: isort
61
- repo: https://github.com/asottile/pyupgrade
62
- rev: v2.29.0
+ rev: v2.29.1
63
64
- id: pyupgrade
65
args: [--py38-plus]
0 commit comments