Add config option for uses_only_args_and_local_vars/allow_external_class_usage
#19
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I get these errors on my "pure" functions:
IMO, these are false positives. It looks like setting
allow_external_class_usage
toTrue
would resolve some of these. (?) The option was coded, but not accessible from the CLI.Some, though, seem to be an inability to understand Python 3.10
match
and type hints:The text was updated successfully, but these errors were encountered: