Skip to content
Merged
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 @@ -63,7 +63,7 @@ tests =
; Checks that code isn't overly complicated
mccabe>=0.6,<0.8
; Static type checking
mypy>=0.942,<0.982
mypy>=0.942,<0.983
; Require PEP8 compliant variable names
pep8-naming>=0.12,<0.14
; Allow us to run pre-commit hooks in testing
Expand Down