You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intellij IDEA Plugin version: 1.1.0, Sourcery version: 1.1.0
I noticed that the 'require-return-annotation' rule is applied to files test_*.py but should not be.
I noticed that when I put this rule in the sourcery.yaml file and add the include field with *.py then it works! (the rule is not applied to test_*.py files). Without include the rule is incorrecly applied to test_*.py files.
Intellij IDEA Plugin version: 1.1.0, Sourcery version: 1.1.0
I noticed that the 'require-return-annotation' rule is applied to files
test_*.py
but should not be.I noticed that when I put this rule in the
sourcery.yaml
file and add theinclude
field with*.py
then it works! (the rule is not applied totest_*.py
files). Withoutinclude
the rule is incorrecly applied totest_*.py
files.This works:
This does not work:
The text was updated successfully, but these errors were encountered: