cookiecutter-pytest-plugin icon indicating copy to clipboard operation
cookiecutter-pytest-plugin copied to clipboard

add `.pre-commit-config` and formatting rules

Open 9y2070m opened this issue 1 year ago • 0 comments

I just wanted to create a pytest-plugin.

When using the cookiecutter-pytest-plugin I realized that some IHMO essentials are missing.

Before you get a pull request, I'd like to discuss what to add.

  • ruff (similar configuration as pytest itself)
  • pyproject-fmt
  • pyupgrade
  • py-deprecated
  • mypy

We could also extend the .gitignore with the common IDE project files.

  • .idea
  • .project
  • .settings
  • .vscode

9y2070m avatar Jun 24 '24 02:06 9y2070m