Skip to content

Commit d5e9b6f

Browse files
committed
⬆️ upgrade pre-commit in isort
1 parent a1e5304 commit d5e9b6f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@ repos:
2020
types:
2121
- file
2222
args: [--append-config=flake8/cython-template.cfg]
23-
- repo: https://github.com/PyCQA/isort
24-
rev: 5.6.0
23+
- repo: https://github.com/pycqa/isort
24+
rev: 5.6.3
2525
hooks:
2626
- id: isort
27-
exclude: ^pandas/__init__\.py$|^pandas/core/api\.py$
28-
files: '.pxd$|.py$'
29-
types: [file]
27+
name: isort (python)
28+
types: [python]
29+
- id: isort
30+
name: isort (cython)
31+
types: [cython]
3032
- repo: https://github.com/asottile/pyupgrade
3133
rev: v2.7.2
3234
hooks:

0 commit comments

Comments
 (0)