Skip to content

Commit c811e77

Browse files
jorisvandenbosscheTomAugspurger
authored andcommitted
DEV: skip pandas/__init__.py in isort's pre-commit hook (#28517)
* DEV: skip pandas/__init__.py in isort's pre-commit hook * also add core api
1 parent 9e4bf7e commit c811e77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ repos:
1515
hooks:
1616
- id: isort
1717
language: python_venv
18+
exclude: ^pandas/__init__\.py$|^pandas/core/api\.py$

0 commit comments

Comments
 (0)