mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
Give a bit more detail here
This commit is contained in:
@@ -28,7 +28,8 @@ disallow_any_generics = True
|
||||
|
||||
disallow_subclassing_any = True
|
||||
|
||||
# Ensure that optional types are explicit
|
||||
# Ensure that optional types are explicit, aiding clarity and ensuring that
|
||||
# consumers have the choice to enable these if they want to.
|
||||
no_implicit_optional = True
|
||||
strict_optional = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user