-
With flake8 version 7.0.0 the settings from a `setup.cfg` are not properly converted to arguments for flake8:
```
[flake8]
exclude = build,.git,.tox,./tests/.env
extend-ignore = E203
max-line-l…
-
This cause travis CI failure or warning in python2.7.
Some features (e.g. v2v) depend on latest aexpect, if aexpect is less than 1.6.1, the pylink may reports errors like,
$ inspekt checkall --d…
-
In the [.travis.yml](https://github.com/jack-cli-cd-ripper/jack/blob/master/.travis.yml) file, there are many exclusions of PEP8 conformance points: `--ignore=E501,W604,W601,E721,E402,E711,E713,E741`
…
-
https://bpaste.net/show/e68638501acb
-
``
agfn((comma123123123hello1, fredblogshello2, hello3, hello4, hello5, hello1, hello2, hello3, hello4, hello5)
``
autopep8 -a -a -a --experimental x.py
```
agfn((comma123123123hello1, fredblog…
-
I found a line of code at work that autopep8 won't format.
Here's a minimal example of this:
```Python
#!/usr/bin/env python3
class Foo(object):
def a(self):
(return_value1, re…
-
retriever autocreate -f resources error
json
prov path issue
-
I use `black` and `mypy` for formatting and linting. I have tried to pass an argument to `black` to use 79 characters for lines by modifying my project's `coc-settings.json`.
After that I called `…
D-K-E updated
4 years ago
-
This involves a couple of changes, which we may want to break out into separate tickets:
- Adding subgraph support to the parser
- Making changes to enable cluster layout during the order and position…
-
An user from MU reported that linting from Thonny with the current version of EduLint doesn't work.
```python
Traceback (most recent call last):
File "C:\Users\ondre\AppData\Local\Programs\Tho…