Skip to content

Commit

Permalink
mypy: force python 3.10 for static checking
Browse files Browse the repository at this point in the history
This is the version running in the CI right now; forcing it in mypy allows
to detect errors in advance.

Signed-off-by: Vincent Stehlé <[email protected]>
  • Loading branch information
vstehle committed Sep 27, 2023
1 parent 029b4c0 commit 5c8d379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .mypy.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[mypy]
strict = true
python_version = 3.10

0 comments on commit 5c8d379

Please sign in to comment.