SwampFalc
SwampFalc
In reference to #42 Within `parse_options`, `options.config` should be the command-line parameter received by flake8 itself. Once you have that, it's just matter of giving it proper priority. Note that...
While I fully understand that quite a few people were asking for a spell checker, I simply cannot use one that cannot be configured. I work in Belgium for the...
Hello, I'm using powerline as my bash prompt and I've run into a head scratcher. I have a git repo where, when I cd into the .git folder, I keep...
New user here, trying to learnt his interesting tool. However, every time I try a "dephell deps add" I get this error: ``` # dephell deps add --from=pip flake8 --level=DEBUG...
### Expected behavior When connecting to my laptop over SSH, bashit should work the same as when I open a local session. ### Current behavior With the `pyenv` plugin enabled:...
**Describe the bug** If I set `napoleon_use_rtype` to `False`, I get a nice link to the type of the return value. However, if I change `napoleon_use_rtype` to `True`, because I...
```python @contextmanager def cli(): interface = CLI() try: yield interface except subprocess.CalledProcessError as cpe: traceback.print_exc() interface.warning(f"stdout: {cpe.stdout}") interface.error(f"stderr: {cpe.stderr}") sys.exit(1) ``` This context manager was built to provide a commandline...
I have just moved my noxfile from my project root into my "tests" folder, and so I now call nox providing the full path to the noxfile (`--noxfile `). However,...
Hello, Being quite new to Docker, I would like to ask about something that appears to be superfluous to me in the official Django docs. The last line of the...
Last lines of the installation: ``` Done patching Installing IBM notes 9.0.1 Reading package lists... Done Building dependency tree Reading state information... Done Reading state information... Done This package is...