Skip to content

Commit 615ae31

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.pre-commit-config.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ repos:
2121
- file
2222
args: [--append-config=flake8/cython-template.cfg]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.6.0
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)