napari / cookiecutter-napari-plugin

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

Update flake8_tpying_imports and make flake8 and black compatible #102

Closed gatoniel closed 2 years ago

gatoniel commented 2 years ago

Hi, I just had problems with the pre-commit workflows.

I changed the version of flake8_tpying_imports from 1.7.0 to 1.12.0 in .pre-commit-config.yaml.

Furthermore, flake8 was not aware of the max line length of 88 introduced by black. So I added it in the end of the tox.ini.