ohld / django-telegram-bot

My sexy Django + python-telegram-bot + Celery + Redis + Postgres + Dokku + GitHub Actions template
https://t.me/ffmemesbot
Apache License 2.0
682 stars 170 forks source link

Create pylint.yml #56

Open serapiis opened 1 year ago

shamaevnn commented 1 year ago

@serapiis 1) Likely, that current python code does not meet pylint requirements. You have to run pylint command locally, fix pylint errors and then commit them to the PR. 2) As far as I know, it's better to have .pylintrc config file for pylint, put it to the repo. 3) At the moment, we don't have tests. So, I don't think that it's necessary to have django.yml file with tests stage