Jarr0d161 / TeamFightChaticts

TwitchChat spielt TFT über Chatbot
Apache License 2.0
18 stars 1 forks source link

Fix or ignore all linting issues #14

Closed ghost closed 2 years ago

ghost commented 2 years ago

In order to use pylint in the pipeline the codebase has to be cleaned up once. Therefore run pipenv run lint & fix all upcomming errors. Docstrings shall be handeled in https://github.com/Jarr0d161/TeamFightChaticts/issues/12.

After this is done, the lint step in our cicd pipeline has to be enabled again

Bonifatius94 commented 2 years ago

Fixed all linter warnings (or disabled the warning) Docstring warnings are currently disable in .pylintrc