We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d6242 commit 8beb029Copy full SHA for 8beb029
.pre-commit-config.yaml
@@ -46,6 +46,7 @@ repos:
46
additional_dependencies: [flake8-bugbear, flake8-pyproject]
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
+ # TODO: update mypy: https://sagebionetworks.jira.com/browse/ORCA-350
50
rev: 'v0.991'
51
hooks:
52
- id: mypy
setup.cfg
@@ -92,6 +92,7 @@ dev =
92
black==25.1.0
93
flake8==7.3.0
94
isort==6.0.1
95
96
mypy~=0.9
97
flake8-pyproject~=1.0
98
sphinx-autodoc-typehints~=1.21
0 commit comments