You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [INF] simplify a bit linting, use pre-commit as CI linting checker (#892)
* [INF] simplify a bit linting
There is two similar linting CIs (pre-commit and code-checks) but also have tiny differences.
We should use one of them as the standard, not both.
* Update CHANGELOG.md
* should be `--config` not `-c`
`-c` = `--code TEXT`, Format the code passed in as a string.
* remove nbstripout
keep the same with the old code-checks.yml
* lint via pre-commit
* Update CHANGELOG.md
Co-authored-by: Eric Ma <[email protected]>
* DOC: update _sub_expand_grid(pd.DataFrame) in utils
* DOC: update _sub_expand_grid(pd.Index) in utils
* DOC: update _data_checks_complete() in utils
* DOC: update _computations_complete() in utils
* DOC: update _create_indexer_for_complete() in utils
Co-authored-by: Zero <[email protected]>
Co-authored-by: Eric Ma <[email protected]>
0 commit comments