Skip to content

Instantly share code, notes, and snippets.

@klaasnicolaas
Last active February 2, 2025 22:35
Show Gist options
  • 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.4.1"
covdefaults = "2.3.0"
coverage = {version = "7.6.10", extras = ["toml"]}
mypy = "1.14.1"
pre-commit = "4.1.0"
pre-commit-hooks = "5.0.0"
pylint = "3.3.4"
pytest = "8.3.4"
pytest-asyncio = "0.25.3"
pytest-cov = "6.0.0"
ruff = "0.9.4"
syrupy = "4.8.1"
yamllint = "1.35.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment