Skip to content

Instantly share code, notes, and snippets.

@klaasnicolaas
Last active July 6, 2024 00:30
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.3.0"
covdefaults = "2.3.0"
coverage = {version = "7.5.3", extras = ["toml"]}
mypy = "1.10.0"
pre-commit = "3.7.1"
pre-commit-hooks = "4.6.0"
pylint = "3.2.2"
pytest = "8.2.2"
pytest-asyncio = "0.23.7"
pytest-cov = "5.0.0"
ruff = "0.5.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