Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dev =
flake8-docstrings == 1.7.0 # And check the docstrings too
pep8-naming == 0.12.1 # And even your function and variable names
mypy ~= 1.10.0 # Do your type annotations actually work?
pydocstyle == 6.1.1 # Do your docstrings look like everyone else's?
pydocstyle == 6.3.0 # Do your docstrings look like everyone else's?
coverage == 5.5 # Does all your code get exercised?
pytest == 6.2.5 # Testing
pytest-cov == 5.0.0 # pytest + coverage = pytest-cov
Expand Down