telekom / nlu-bridge

MIT License
4 stars 5 forks source link

Improvement: Add static checks to github actions #2

Closed PhilipMay closed 2 years ago

PhilipMay commented 2 years ago

see https://github.com/telekom/HPOflow/blob/main/.github/workflows/static_checks.yml

kengelbrecht commented 2 years ago

I have added the in my eyes most important checkers (flake8, black, pydocstyle) with the version tagged v0.2.0. Will add more from your example soon.

kengelbrecht commented 2 years ago

@RKirchherr added test for mypy, isort, pylint, mdformat. Closing this now.