Skip to content

Commit c33b7d0

Browse files
committed
STYLE: add pandas to precommit hook (pandas-dev#39203)
1 parent 5b8596c commit c33b7d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ repos:
169169
pandas/tests/io/excel/test_writers\.py|
170170
pandas/tests/io/pytables/common\.py|
171171
pandas/tests/io/pytables/test_store\.py$
172-
- id: no-pd-api-types
172+
- id: no-pandas-api-types
173173
name: Check code for instances of pd.api.types
174-
entry: pd\.api\.types
174+
entry: (pd|pandas)\.api\.types\.
175175
language: pygrep
176176
types: [python]
177177
files: ^pandas/tests/

0 commit comments

Comments
 (0)