Skip to content

Commit fbec9a5

Browse files
committed
move bool to end of class def and use bool consistently
1 parent adad411 commit fbec9a5

File tree

4 files changed

+90
-229
lines changed

4 files changed

+90
-229
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,6 @@ repos:
193193
language: python
194194
types: [rst]
195195
files: ^doc/source/(development|reference)/
196-
- id: no-bool-in-core-generic
197-
name: Use bool_t instead of bool in pandas/core/generic.py
198-
entry: python scripts/no_bool_in_generic.py
199-
language: python
200-
files: ^pandas/core/generic\.py$
201196
- repo: https://github.com/asottile/yesqa
202197
rev: v1.2.2
203198
hooks:

0 commit comments

Comments
 (0)