Skip to content

Commit e994541

Browse files
committed
chore: Move mypy platform settings to specific section
1 parent 99b2d6a commit e994541

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ addopts = "-ra -v"
2424

2525
[tool.mypy]
2626

27-
python_version = "3.7"
28-
2927
# For details on each flag, please see the mypy documentation at:
3028
# https://mypy.readthedocs.io/en/stable/config_file.html#config-file
3129

@@ -35,6 +33,9 @@ python_version = "3.7"
3533
# Import Discovery
3634
ignore_missing_imports = false
3735

36+
# Platform configuration
37+
python_version = "3.7"
38+
3839
# Disallow dynamic typing
3940
disallow_any_unimported = true
4041
disallow_any_expr = false

0 commit comments

Comments
 (0)