Skip to content

Commit 8ebabbc

Browse files
authored
Disable updates for mypy (#345)
* currently the automated deps update tries to update mypy but the latest version dropped support for python3.9, so let's disable updates for it now.
1 parent fcfd4ce commit 8ebabbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"enabled": false
1515
},
1616
{
17-
"matchPackageNames": ["pylint", "pre-commit", "uvicorn", "black"],
17+
"matchPackageNames": ["pylint", "pre-commit", "uvicorn", "black", "mypy"],
1818
"enabled": false
1919
}
2020
],

0 commit comments

Comments
 (0)