-
## Information
**VIM version**
```
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 06 2019 17:31:41)
Included patches: 1-1453
```
Ubuntu 18.0.4
## What went wrong
vimrc conta…
ghost updated
4 years ago
-
Minimal reproduction: https://github.com/jacquerie/pytest-flake8-bug
I expect tests to run normally, but this is instead what I see:
```
% py.test --flake8 tests
================================…
-
In neovim, I am not getting any diagnostics if pylsp is running in single file mode.
I do get diagnostics if opening a file under a git repository.
Seems like auto import doesn't work in non proje…
-
(Going to be updating this issue as I come up with a bit of a design)
Part of the original contents of the PR #257 included functionality to define regex patterns for naming conventions. This was b…
-
Given that we have different authors with different styles, our formatting/conventions are not consistent. We should look into using something like [yapf](https://github.com/google/yapf) or [black](ht…
-
various modules use entry_points to register plugins etc. It would be neat if users could search by these strings.
eg a search for all the packages that use 'flake8.extension' entrypoint
-
The DataLad source has accumulated a lot of cruft over the years that needs to be cleaned up. Currently, the only linter in use is pylint, which is only configured to run a single check (though there…
-
Having a way to let users add plugins to add/extend snekchek would be a great improvement to this tool.
Plugin system requirements:
- [ ] Add linters/stylers/tools/etc.
- [ ] Add output methods…
-
atom: 1.40.0
linter-flake8: 2.4.0 with default settings
OS: Debian 10, 4.19
Python: 3.7.3
I am using the package wemake-python-styleguide for enhanced flake8. All errors beside (DAR***, N*** and…
-
```
$ cd ~/lemur
$ docker-compose up
test_1 | [08:28:37] Starting 'package'...
test_1 | [08:28:37] Finished 'package' after 71 μs
test_1 |
test_1 | --> Linting Python fil…