GispoCoding / cookiecutter-qgis-plugin

A QGIS Plugin template to be set up with Cookiecutter
MIT License
22 stars 5 forks source link

Exclude template folder from pre-commit checks #14

Closed LKajan closed 3 years ago

LKajan commented 3 years ago

Template folder incudes only jinja2 template files so those are not intented to pass linting as is.

This commit refactors also some configurations to pyproject.toml. Black supports no else configuration file. Flake8 doesn't support it though. But it is better to have pyproject.toml + .flake8 than pyproject.toml + setup.cfg.