Skip to content

Commit

Permalink
Enable warning about deprecated imports from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Aug 30, 2023
1 parent 3f9c430 commit dd2c6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ reportUnusedImport = "none"
reportUnusedVariable = "none"
reportImportCycles = "none"
reportImplicitOverride = "error"
deprecateTypingAliases = true

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit dd2c6ce

Please sign in to comment.