-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pymilo_obj.py docstrings added. * complete util.py's docstrings * linear_model_chain.py's docstrings added. * deserialize_exception.py's docstrings added. * pymilo_exception.py docstring added, serialize_exception.py docstring added, deserialize_exception.py docstring enhanced. * transporter.py's docstring added. * lossfunction_transporter.py's docstring added. * labelbinarizer_transporter.py's docstring added. * general_data_structure_transporter.py's docstring added. * baseloss_transporter.py's docstring added. * baseloss_transporter.py's docstring enhanced. * remove the third person 's * pydocstyle test added to github workflow * docstrings of super class's functions added to associated child class's functions. * fix pydocstyle errors for the pymilo_func.py and pymilo_obj.py * add pydocstyle config file * update test.yml to run pydocstyle * fix pydocstyle errors for all python files within chains, exceptions and transporters directories * pydocstyle added to dev-requirments.txt * .pydocstyle file updated. * modify linear_model_chain's docstrings * modify deserialize_exception docstrings * modify pymilo_exceptions docstrings * Modify serialize_exceptions docstrings * Modify baseloss_transporter docstrings * Modify docstring * Modify docstring * Modify docstrings * Modify docstring * Modify transporter docstring * modify pymilo_func docstrings * Modify pymilo_obj docstrings * Minor edits on docstrings * apply consistency fix requested by sadra --------- Co-authored-by: alirezazolanvari <[email protected]>
- Loading branch information
1 parent
12c9925
commit d624cd2
Showing
15 changed files
with
501 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[pydocstyle] | ||
match_dir = ^(?!(tests|build)).* | ||
match = .*\.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
setuptools>=40.8.0 | ||
vulture>=1.0 | ||
bandit>=1.5.1 | ||
bandit>=1.5.1 | ||
pydocstyle>=3.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.