sobolevn
sobolevn
Your `setup.py` violates many standards. Such as: - now it is advised to store repo metadata in `setup.cfg` - wrong classifiers - wrong requirements file handling - wrong requirements separation...
I find this tool very useful when working with students, as they seem to put a lot of logic into the same line: https://pypi.python.org/pypi/jones-complexity/0.1.2
Currently we do not detect the languages. But, we need to. We also need different word databases
Currently it is not working. Github Actions do not find this event type for some reason.
Hi! Thanks for this awesome project! I am [TypedDjango](https://github.com/TypedDjango) team member, we maintain types for, well, django. And we do pretty much the same job. For example, we also test...
Things to consider: - Component might be deployed twice, so bonuses might increase - Some architecture cards require 2 copies, some just 1. It must be balanced - Bonuses must...
Thanks for this plugin. It is really useful! We have configured it like so: ```cfg accept-encodings = utf-8 ``` But, when creating empty `__init__.py` file and running `flake8` check, there...
Thanks for this playbook, it really covers the full process. But I have faced an issue while using it. I made no changes to the default settings. My play book...
It should raise a mypy error if a type has any methods associated.