behave / behave-django

Behave BDD integration for Django
https://behave-django.readthedocs.io/
MIT License
205 stars 46 forks source link

Use pylint-django for more tailored Pylint checks #139

Closed bittner closed 2 years ago

bittner commented 2 years ago

We don't use Pylint yet to enforce a certain code style and run dynamic linting against the code base. It still makes sense to streamline its configuration, though, and run it locally from time to time, for additional feedback on the code quality.