timlinux / QGISAnimationWorkbench

A plugin that allows you to create animations from your QGIS project.
https://timlinux.github.io/QGISAnimationWorkbench/
GNU General Public License v2.0
23 stars 6 forks source link

Added black linting checks in CI #32

Closed timlinux closed 2 years ago

nyalldawson commented 2 years ago

You probably want to disable the pycodestyle test here, otherwise we'll never get the two to balance 😂

timlinux commented 2 years ago

@nyalldawson I think I am almost there...

nyalldawson commented 2 years ago

Can we leave pylint check but disable pycodestyle? Pylint does pickup valid code issues vs just formatting