Ilya Lebedev
Ilya Lebedev
Most of optimisations more about code style, not performance. For example, `var1.var2.somefunc` takes constant time, `return True if rand_random() 1M times or so. Same thing about `len(something)`. Don't get me...
Same here. Downgrade to 1.8.0 helped. Will try to investigate what's wrong.
Previous error raises for python 3.9. For 3.10 it's different: ``` Traceback (most recent call last): File "/Users/melevir/.virtualenvs/test3.10/bin/mypy", line 8, in sys.exit(console_entry()) File "/Users/melevir/.virtualenvs/test3.10/lib/python3.10/site-packages/mypy/__main__.py", line 11, in console_entry main(None, sys.stdout,...
While the feature is not realized, this snippet can help someone to configure Pony-powered app more easily: https://gist.github.com/Melevir/010881ef7c056ba118aca711d9a794c3
Unittests checks whole checker class, rest is flake8's responsibility and I'm quite sure it works fine. What types of errors can be preserved with integration tests, but not with unit...
Integrational test seems legit now. This issue is actual.
This is still legit.
Thanks for the issue. For me `pass` is ok, but `...` is not ok, so I don't like the idea of allowing both of them. Option with `pass_attribute` seems nice.
Hey. The problem exists: there are many words that can be verbs and not verbs in different situations. I think the solution is to add extra_verbs_list and extra_not_verbs_list as arguments...
This one is still valid.