Skip to content

Commit

Permalink
build(mypy): bump required version to 0.900 or later
Browse files Browse the repository at this point in the history
close #40
  • Loading branch information
e-kwsm committed Mar 13, 2024
1 parent 70b2010 commit 649463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"flake8-bugbear", # flake8 doesn't have a dependency for bugbear plugin
"flake8>=3.7,<5",
"isort>=4.3,<5.2.0",
"mypy>=0.770,<0.800",
"mypy>=0.900,<1",
],
},
package_data={"pysen": ["py.typed"]},
Expand Down

0 comments on commit 649463d

Please sign in to comment.