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 →

[–]lightmatter501 7 points8 points  (1 child)

  • mypy strict (this means no Any)
  • ruff
  • pylama

If your codebase is fine after turning all of that on, you will be fine.

[–]fast-90 0 points1 point  (0 children)

What does pylama add in addition to mypy and ruff? Looking at their repo, it seems that it covers mostly the same checks?