issues
search
siemens
/
OOASP
MIT License
7
stars
0
forks
source link
Requirements, imports and code conventions update
#49
Closed
Kriplingo
closed
3 months ago
Kriplingo
commented
3 months ago
Changes consist of:
General cleaning up of the code and enforcement of newly defined guidelines using autopep8, which can be found in the
pyproject.toml
file.
Removal of unnecassary dependencies listed in the
pyproject.toml
file, accompanied by update of the
requirements.txt
to fit these changes
Removal of unused import statements within all the existing python and jupyter notebook files.
Implementation of
pre-commit
configuration, that will automatically edit the code in order to conform to the new guidelines
Changes consist of:
pyproject.toml
file.pyproject.toml
file, accompanied by update of therequirements.txt
to fit these changes