Skip to content

Commit

Permalink
chore: Move mypy platform settings to specific section
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ungurianu committed Feb 12, 2023
1 parent 99b2d6a commit e994541
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ addopts = "-ra -v"

[tool.mypy]

python_version = "3.7"

# For details on each flag, please see the mypy documentation at:
# https://mypy.readthedocs.io/en/stable/config_file.html#config-file

Expand All @@ -35,6 +33,9 @@ python_version = "3.7"
# Import Discovery
ignore_missing_imports = false

# Platform configuration
python_version = "3.7"

# Disallow dynamic typing
disallow_any_unimported = true
disallow_any_expr = false
Expand Down

0 comments on commit e994541

Please sign in to comment.