We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126a19d commit 60126ffCopy full SHA for 60126ff
.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.6b0
+ rev: 21.7b0
13
hooks:
14
- id: black
15
- repo: https://github.com/codespell-project/codespell
@@ -54,11 +54,11 @@ repos:
54
types: [text]
55
args: [--append-config=flake8/cython-template.cfg]
56
- repo: https://github.com/PyCQA/isort
57
- rev: 5.9.2
+ rev: 5.9.3
58
59
- id: isort
60
- repo: https://github.com/asottile/pyupgrade
61
- rev: v2.21.0
+ rev: v2.23.3
62
63
- id: pyupgrade
64
args: [--py38-plus]
0 commit comments