Skip to content

Commit e9f2216

Browse files
committed
revert mypy to 0.991
see: #364 Signed-off-by: Jos Verlinde <[email protected]>
1 parent dee7190 commit e9f2216

File tree

2 files changed

+37
-33
lines changed

2 files changed

+37
-33
lines changed

poetry.lock

Lines changed: 35 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repo-path = "./repos"
88

99
[tool.poetry]
1010
name = "micropython-stubber"
11-
version = "1.13.1post1"
11+
version = "1.13.2"
1212
description = "Tooling to create and maintain stubs for MicroPython"
1313
authors = ["Jos Verlinde <[email protected]>"]
1414
license = "MIT"
@@ -42,7 +42,7 @@ pyboard = "stubber.tools.pyboard:main"
4242
python = ">=3.8,<3.12"
4343
python-minifier = "^2.7.0"
4444
requests = "^2.28.0"
45-
mypy = ">=0.991,<1.1"
45+
mypy = "0.991"
4646
black = ">=22.10,<23.0"
4747
libcst = "^0.4.9"
4848
autoflake = ">=1.7,<3.0"

0 commit comments

Comments
 (0)