Skip to content

Commit

Permalink
Install latest mypy directly from git to get bugfix for Flag enum. Wi…
Browse files Browse the repository at this point in the history
…ll need updating to require next stable release version (suggested to be March 2025).
  • Loading branch information
jatkinson1000 committed Feb 16, 2025
1 parent 325fb8e commit 763d38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ test = [
"pytest-mock",
]
lint = [
"mypy>=1.0.0",
# "mypy>=1.0.0",
"mypy @ git+https://github.com/python/mypy.git@master",
"coverage",
"pytest>=7.2.0",
"pytest-mock",
Expand Down

0 comments on commit 763d38c

Please sign in to comment.