Skip to content

Commit 504cab8

Browse files
committed
⬆️ Update mypy to 2.3
Bump the development dependency from mypy 1.6.1 to the 2.3 series to avoid the internal error seen in the pre-commit CI job.
1 parent 3f1bf4c commit 504cab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ requires-python = '>=3.10'
4444

4545
[project.optional-dependencies]
4646
dev = [
47-
'mypy==1.6.1',
47+
'mypy~=2.3.0',
4848
'pre-commit',
4949
'pytest~=8.4',
5050
'pytest-regressions'

0 commit comments

Comments
 (0)