neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
22 stars 3 forks source link

Consider using ruff to speed up pep8 checks #10

Closed adamltyson closed 1 year ago

adamltyson commented 1 year ago

https://github.com/charliermarsh/ruff

adamltyson commented 1 year ago

Also supports pyproject.toml

adamltyson commented 1 year ago

https://pypi.org/project/flake8-to-ruff/

JoeZiminski commented 1 year ago

This looks really nice, will try it out

adamltyson commented 1 year ago

https://github.com/charliermarsh/ruff-pre-commit

dstansby commented 1 year ago

I think this can be closed as completed.