Answer the question
In order to leave comments, you need to log in
Are Flake8 and PEP484 friendly?
Good afternoon community! Tell me, I don’t understand something, VSCode does not work as it should, or flake8 does not support type annotations. There are two lines
a: int
a = "String"
Answer the question
In order to leave comments, you need to log in
The question is removed, it was necessary to immediately go to Google.
By default, flake8 does not support annotations, you need to deliver the package separately
pip install flake8-annotations
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question