Very slow linting when using the dry-python/returns library #4750
Labels
Lib specific 💅
This affect the code from a particular library
Needs investigation 🔬
A bug or crash where it's not immediately obvious what is happenning
performance
Bug description
Given a file
a.py
:Command used
$ time poetry run python -m cProfile -s cumulative -o test.stats -m pylint a.py ------------------------------------ Your code has been rated at 10.00/10 real 0m29.174s user 0m28.799s sys 0m0.088s
Expected behavior
I expect this to lint very quickly (within a second or 3).
Version affected
(OS / Environment)
Additional dependencies
Additional dependencies:
The text was updated successfully, but these errors were encountered: