top | item 32561855 (no title) CiTyBear | 3 years ago Really like Mypy. I have coded many python micro service with different framework but my minimum core set is: - Black (formatting) - Isort (import order) - MyPy (typing) - Pylint (linting) Edit: s/unit test/linting discuss order hn newest ljvmiranda|3 years ago Same. How do you use pylint for unit testing? I only use it in my IDE. CiTyBear|3 years ago Sorry, I meant linting. Editted
ljvmiranda|3 years ago Same. How do you use pylint for unit testing? I only use it in my IDE. CiTyBear|3 years ago Sorry, I meant linting. Editted
ljvmiranda|3 years ago
CiTyBear|3 years ago