-
```
cat > x.py Applying global fix for E265
---> Applying global fix for E231
---> Applying global fix for E721
---> Applying global fix for W601
---> Applying global fix for W603
---> Ap…
-
Successfully installed both poliastro ver. 0.13.0 and czml3 on an iMacPro running Mac OS X ver. 10.14.6 (Mojave) under Python 3.7.3. In running the test on poliastro, I get the following results shown…
-
Currently when running `pycodestyle --statistics *.py */*.py` the results are:
```
11 E115 expected an indented block (comment)
5 E128 continuation line under-indented for visual indent
…
-
Hi!
We held a meeting last week to discuss introducing Black in one of our product, and these was the main pain-points for the team. I thought it might be helpful to get a little bit insight. We pl…
-
Step to reproduce:
1. Create code with `W503`:
```
def update_actions():
return (
some_big_function_name_1()
+ some_big_function_name_2()
)
```
\> `some.py`
2. `pyc…
-
Hi,
It's a good practise to follow [PEP8](https://www.python.org/dev/peps/pep-0008/) to follow a common coding style for python projects. Currently I see that there is a lot of issues with this proj…
-
Waffling on [26388](https://github.com/ansible/ansible/pull/26388)
```
telimit-remaining': '4243', 'x-github-media-type': 'github.v3; format=json', 'access-control-expose-headers': 'ETag, Link, Re…
-
![1](https://user-images.githubusercontent.com/9397764/39370736-43ce3da0-4a72-11e8-8f81-87aaf016b840.gif)
-
[Flake8](http://flake8.pycqa.org/en/latest/) ``flake8 is a command-line utility for enforcing style consistency across Python projects. ``
There are still quite some errors in Stetl that need to be…
-
Without `fix` option inspektor run in Travis does not fail, but if I run `inspekt checkall --exclude=.git --fix` in Travis, it silently fails. `autopep8` was installed.
rdkdd updated
7 years ago