Last active
October 4, 2024 15:00
-
-
Save klaasnicolaas/323975ac4f173087a979209cd1c8f202 to your computer and use it in GitHub Desktop.
Used dev dependencies in python package project template repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aresponses = "3.0.0" | |
codespell = "2.3.0" | |
covdefaults = "2.3.0" | |
coverage = {version = "7.6.1", extras = ["toml"]} | |
mypy = "1.11.2" | |
pre-commit = "3.8.0" | |
pre-commit-hooks = "4.6.0" | |
pylint = "3.3.1" | |
pytest = "8.3.3" | |
pytest-asyncio = "0.24.0" | |
pytest-cov = "5.0.0" | |
ruff = "0.6.9" | |
syrupy = "4.7.1" | |
yamllint = "1.35.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment