Skip to content

Instantly share code, notes, and snippets.

@klaasnicolaas
Last active April 24, 2024 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaasnicolaas/323975ac4f173087a979209cd1c8f202 to your computer and use it in GitHub Desktop.
Save klaasnicolaas/323975ac4f173087a979209cd1c8f202 to your computer and use it in GitHub Desktop.
Used dev dependencies in python package project template repository
aresponses = "3.0.0"
codespell = "2.2.6"
covdefaults = "2.3.0"
coverage = {version = "7.5.0", extras = ["toml"]}
mypy = "1.10.0"
pre-commit = "3.7.0"
pre-commit-hooks = "4.6.0"
pylint = "3.1.0"
pytest = "8.1.1"
pytest-asyncio = "0.23.6"
pytest-cov = "5.0.0"
ruff = "0.4.1"
syrupy = "4.6.1"
yamllint = "1.35.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment