-
In GitLab by @MLNW on Oct 15, 2019, 07:44
flake8 was installed via `pip3 install -r requirements.txt` while the `requirements.txt` contains the following entries:
```
attrs==18.2.0
coverage==4.5.4
f…
-
Release Date: june 2021
Wanted:
- Infrastructure:
- [x] include SHA3-256, as SQlite uses it, and it's there since Python-3.6
- [x] Python-3.9.5, Python-3.10beta3
- [x] Python-3.7+ **P…
-
1.Убрать внутри папки Code картинку.
2. Посмотреть отчет и поправить немного код к PEP8:
************* Module Code
Code/__init__.py:1:0: C0304: Final newline missing (missing-final-newline)
Code/_…
-
Since https://github.com/joaotavora/eglot/commit/da7ff4883d3108468265fdc16a217d8e6aff92f2, it is a lot harder to use flycheck or any other checker to handle diagnostics when the server sends publishDi…
gagbo updated
3 years ago
-
As @jccurtis pointed out, we should think about adding linting to the pytests. The issues raised by `pylint` can be questioned for their validity, but there is definitely plenty to improve:
```
+-…
-
In GitLab by @RandomDefaultUser on Dec 18, 2020, 13:13
- Use Sphinx
- Talk to Daniel
-
# Issue Prelude
**Please complete these steps and check these boxes (by putting an `x` inside
the brackets) _before_ filing your issue:**
- [x] I have read and understood YCM's [CONTRIBUTING][c…
-
In GitLab by @pjacock on Jun 8, 2017, 07:43
http://flake8.pycqa.org/en/latest/plugin-development/index.html does not appear to describe conventions for defining violation codes in a flake8 plugin.
H…
-
A pass of an automatic coding style fixer may be needed to make shaarli more maintainable.
This will help find and trim down unnecessary complexity/broken code.
-
@tseaver After running
```
pylint --generate-rcfile
```
I curated the output to mostly match ours and made a simple diff:
``` diff
diff --git a/pylintrc_default b/pylintrc_default
index 27c4b5d..72…