Stefan Verhoeven

Results 34 comments of Stefan Verhoeven

Looking at https://towardsdatascience.com/static-code-analysis-for-python-bdce10b8d287 flake8 plugins could cover prospectors features.

I would like to replace prospector with flake8 with plugins. Prospector is not as widely used as flake8 . Putting linting in pytest is not the direction I would like...

Also propspector pins isort to a very old version (v3).

Another option could be [wemake-python-styleguide](https://wemake-python-stylegui.de/en/latest/index.html#what-we-are-about). It's a shame that it is [not compatible](https://wemake-python-stylegui.de/en/latest/pages/usage/integrations/auto-formatters.html#black) with formatters like yapf or black

I did not explain myself well enough. At the moment in this repo we have ``` {{cookiecutter.project_name}}/{{cookiecutter.package_name}}/__init__.py ``` to use the structure of https://packaging.python.org/tutorials/packaging-projects/ it would have to be changed...

Inclusion of .pylintrc caused more lint errors see #227 , I thought minor changes would not cause that many errors. We should decide if we want those minor changes. If...

Maybe we can also cancel jobs of previous commits in the PR. @fdiblen do you know if this is possible?

Previous jobs can be canceled with https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency , though this feature is in beta

Could be solved following instructions in `Next step: Sonarcloud integration` issue. Lets link to that issue in our custom warning message.