Dragos Velicanu
Dragos Velicanu
I realize now that it's failing because I inverted the order of cluster name and what to install. Not sure if what I said above is still relevant, feel free...
flake8 folks suggested this may be due to running with `--append-config .flake8rc` . https://github.com/PyCQA/flake8/issues/1661#issuecomment-1210916906 Trying to figure out how to test if that is the case.
The following diff made `flake8>=5.0` work for me again, however I don't really understand what the `"python3" (eval (flycheck-python-module-args 'python-flake8 "flake8"))` is doing, so this is more a hint towards...
This is the underlying line that stopped working with `flake8>=5.0` https://github.com/flycheck/flycheck/blob/8541a61053bba1f2f31d0791e597cd3c78a21456/flycheck.el#L10549-L10550 ```bash python -c "import sys;sys.path.pop(0);import runpy;runpy.run_module('flake8')" foo.py # produces no output with flake8>=5.0 ``` We may have to revert...
> Can you check whether https://github.com/flycheck/flycheck/pull/1968 (which I merged just two minutes ago) fixes it? Yup! That fixed it for me. Thanks for the fix!
I'm using a docker based ftp server, `delfer/alpine-ftp-server` . I don't have a URL for you to test this on, but if you do `docker-compose up` with the following `docker-compose.yaml`...