Skip to content

Commit c350316

Browse files
committed
chore: update mypy config to use Python 3.9
Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
1 parent 4ac7d51 commit c350316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[mypy]
22
plugins = pydantic.mypy
3-
python_version = 3.8
3+
python_version = 3.9
44

55
pretty = True
66
show_error_context = True

0 commit comments

Comments
 (0)