Hacker News new | ask | show | jobs
by CiTyBear 1391 days 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
1 comments

Same. How do you use pylint for unit testing? I only use it in my IDE.
Sorry, I meant linting. Editted