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] initial commit of .darglint file
* [INF] add darglint to requirements-dev.txt and pre-commit hooks
* [INF] update darglint pre-commit hook to use verbosity of 2
* [DOC] update functions.move() docstring with typehint references and raise clauses
* [DOC] update tests/functions/test_also.drop_inplace() to ignore darglint checking
* [DOC] update scripts/check-autodoc.extract_folder_names() to be single line docstring for darglint
* [DOC] update janitor/spark/backend register_dataframe funcs to ignore darglint checking
* [DOC] update janitor/testing_utils/strategies.df_strategy() to ignore darglint checking
* [DOC] update math.ecdf() with raise clauses
* [DOC/FIX] update functions.move() to encapsulate raise clauses with raise type
* [DOC] update janitor/xarray/functions.clone_using() docstring with raise clauses
* [DOC] update janitor/math.py with darglint docstrings
* math.log() to ignore ``error`` as optional input
* math.sigmoid() to ignore multi-line docstring
* math.logit() to ignore ``error`` as optional input
* math.logit() to include ``raises`` clause
* math.probit() to ignore ``error`` as optional input
* math.z_score() to ignore ``moments_dict`` as optional input
* [DOC/FIX] add double space for noqa statements in docstrings
* [DOC] update engineering.convert_units with raise clause
* [DOC] update chemistry.morgan_fingerprint() with raise clause
* [DOC] update chemistry.smiles2mol() with raise clause
* [DOC] update utils.py with raise clauses
* [DOC] update setup.pt generate_long_description() with raise clause
* [DOC] update tests/xarray/contest.py da() docstring to ignore darglint
* [DOC] upates finance.py docstrings with return clauses
* [DOC] upate get_feature_targets() docstring in ml.py to not reference arg types
* [DOC] update read_csvs() docstring in io.py with return and raises clauses
* [DOC] update complete() docstring in functions.py to encapsulate raise clauses in colons
* [DOC] update groupby_topk() docstring in functions.py to encapsulate raise clauses in colons
* [DOC] update fill_direction() docstring in functions.py to encapsulate raise clauses in colons
* [DOC] update process_text() docstring in functions.py to encapsulate raise clauses in colons and include arg, kwarg, str_function params
* [DOC] test if noqa shows up in docs build
* [DOC] try to hide noqa with ..
* [DOC] try to hide noqa with .. and new line
* [DOC] upadte darglint ignores in docstiong with new line and preceeding .. so ignores dont show up in docs
* [DOC] update expand_grid() docstring in functions.py to encapsulate raise clauses in colons
* [DOC] update sort_naturally() docstring in functions.py with returns clause
* [DOC] update jitter() docstring in functions.py with raise clauses
* [DOC] update join_apply() docstring in functions.py with returns clause
* [DOC] update shuffle() docstring in functions.py with returns clause
* [DOC] update drop_duplicate_columns() docstring in functions.py with 4 space indent
* [DOC] update bin_numeric() docstring in functions.py with raises clause
* [DOC] update DataDescitption.set_description() docstring in functions.py with raises clause
* [DOC] update groupby_agg() docstring in functions.py by deletiing axis param
* [DOC] update find_replace() docstring in functions.py with returns clause
* [DOC] update also() docstring in functions.py with args and kwargs param clauses
* [DOC] update iimpute() docstring in functions.py with raise clauses
* [DOC] update select_columns() docstring in functions.py with raise clauses
* [DOC] update min_max_scale() docstring in functions.py and ValueError
* [DOC] update transform_columns() docstring in functions.py with raises clause
* [DOC] update add_column() docstring in functions.py with raise clauses and update ValueError messages
* [DOC] update change_type() docstring in functions.py with raise clause
* [DOC] update filter_column_isin() docstring in functions.py with raises clause
* [DOC] update deconcatenate_column() docstring in functions.py with raises clause
* [DOC] update concatenate_columns() docstring in functions.py with raise clause
* [DOC] update expand_column() docstring in functions.py to leave out type defn for concat param
* [DOC] update fill_empty() docstring in functions.py with raises clause
* [DOC] update convert_unix_date() docstring in functions.py to leave out type defn for column_name param
* [DOC] update convert_matlab_date() docstring in functions.py to leave out type defn for column_name param
* [DOC] update convert_excel_date() docstring in functions.py to leave out type defn for column_name param
* [DOC] update convert_excel_date() docstring in functions.py to leave out type defn for params
* [DOC] update reorder_columns() docstring in functions.py with raises clause
* [FIX] change typo in reorder_columns() raises clause
* [DOC] update label_encode() docstring in functions.py with raise clauses
* [DOC] update encode_categorical() docstring in functions.py with raise clauses
* [DOC] update get_dupes() docstring in functions.py to leave out type defn for column_name param
* [DOC] update clean_names() docstring in functions.py with strip_accents param
* [DOC] update unionize_dataframe_categories() in functions.py with raises clause
* [INF] remove .darglint file and move configs to pyproject.toml
* [INF] delete .darglint file
* [INF/FIX] wrap darglint configs in quotes
* [INF/FIX] fix quote typo
* [INF] revert back to .dargline file as docs say must exist in repo
* [FIX] .darglint should have not str values
* [DOC] add param and return to functions.patterns()
* [DOC] add line to changelog
* [DOC] add comment to pre-commit configs explaining darglint args
* [FIX] line 1118 in functions.py causes pipeline fail; line too long
* [INF] add darglint to run-tests.yml
* [INF/FIX] fix typo in run-tests.yml for darglint step...doh
* [INF] sort requirements-dev.txt
* [INF] add darglint; remove duplicate pandas-vet from requirements.txt
* [DOC] update changelog after new release
0 commit comments