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
|`ANN301`| PEP 484 disallows both type annotations and type comments |
57
59
60
+
**Notes:**
61
+
1. See: [PEP 484](https://www.python.org/dev/peps/pep-0484/#annotating-instance-and-class-methods) and [PEP 563](https://www.python.org/dev/peps/pep-0563/) for suggestions on annotating `self` and `cls` arguments.
62
+
58
63
59
64
## Configuration Options
60
65
Some opinionated flags are provided to tailor the linting errors emitted:
0 commit comments