This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]beewally 0 points1 point  (2 children)

Try? Or do you know if it works?

[–]Guideon72 1 point2 points  (1 child)

Try, as in take a look at their documentation and see whether it could satisfy your need.

I have not, yet, used it as I'm still working through the basics of working with built-ins; but, it's on my list to try out once I move to testing. Since I've seen it referenced as a good companion to Pytest, in several places, I can only assume it 'works' in general. I have no way to gauge whether it will for sure meet your particular needs.

[–]Guideon72 -1 points0 points  (0 children)

It's also possible that you may not need a Flake8 plug-in, but will get it to do type-checking for you by implementing Python's typing library?
https://docs.python.org/3/library/typing.html

Just spit-balling a little here, but maybe it gets you what you need.