napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Switch to ruff pre-commit, fix .project cookiecutter deprecation #156

Closed Czaki closed 1 year ago

Czaki commented 1 year ago

In this PR I remove falke8, isort, autoflake for a better user experience (shorter waiting on commit).

In tests I replace result.project with result.project_path because of deprecation of project attribute.

From test output:

   /opt/hostedtoolcache/Python/3.8.16/x64/lib/python3.8/site-packages/pytest_cookies/plugin.py:36: DeprecationWarning: project is deprecated and will be removed in a future release, please use project_path instead.