Skip to content

Commit

Permalink
Add a note for deprecateTypingAliases (3.9+)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Jul 13, 2024
1 parent f147e2a commit df8afaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ strictSetInference = false
analyzeUnannotatedFunctions = true
strictParameterNoneValue = true
enableTypeIgnoreComments = true
deprecateTypingAliases = true
deprecateTypingAliases = true # only applies for python 3.9+
enableExperimentalFeatures = false
disableBytesTypePromotions = true

Expand Down

0 comments on commit df8afaf

Please sign in to comment.