mypy-playground icon indicating copy to clipboard operation
mypy-playground copied to clipboard

(🎁) Add pylint as an additional tool

Open KotlinIsland opened this issue 3 years ago • 1 comments

There is an issue to add additional tools other than mypy(#82), I think pylint would be a great candidate.

https://github.com/PyCQA/pylint/issues/5972

KotlinIsland avatar Mar 25 '22 15:03 KotlinIsland

Thanks for sharing an interesting idea. At this point, I would like to focus on the problem of easy online type checking for Python as I feel we still have space for improvements and I would like to spend my limited resources, such as development & maintenance time and infrastructure hosting cost, on one problem.

The priority I'm thinking right now of is

  1. mypy
  2. Other Python type checkers such as (pyright, pyre-check, etc.)
  3. Other Python related tools such as (flake8)
  4. Running Python's code itself

I'm okay to start exploring the option 2 as you already opened PRs like #225 but I may spend my time on something like #229 #231 first to make it easier to extend mypy Playground further.

ymyzk avatar Sep 24 '22 13:09 ymyzk

I'm not interested in this anymore.

KotlinIsland avatar Sep 29 '23 02:09 KotlinIsland