Skip to content

Commit b00107b

Browse files
committed
build(mypy): bump required version to 0.900 or later
close #40
1 parent 81cb5ad commit b00107b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"flake8-bugbear", # flake8 doesn't have a dependency for bugbear plugin
4848
"flake8>=3.7,<5",
4949
"isort>=4.3,<5.2.0",
50-
"mypy>=0.770,<0.800",
50+
"mypy>=0.900,<1",
5151
],
5252
},
5353
package_data={"pysen": ["py.typed"]},

0 commit comments

Comments
 (0)