Open Dreamsorcerer opened 5 years ago
Glad to have this feedback @Dreamsorcerer. I checked out the links and it seems this is possibly a problem with flake8's jobs. For further clarification, do you mean lineleak works if jobs is set to 1? Or the exception is just silenced?
Pretty sure it is running correctly when using 1 job (it just takes flake8 5 times longer to run). If you look at the linked issue, it seems to be something that occurs only when the multiprocessing module is used (as can be spotted in the traceback).
That's good feedback...I am looking into it...
Any progress?
If I don't set
jobs = 1
in the flake8 config, then I get this exception:Possibly related to: https://gitlab.com/pycqa/flake8/issues/164 To make it compatible with flake8 version 3+, it may need a similar update as this plugin: https://github.com/JetBrains/teamcity-messages/pull/106/files