-
Hi, I installed this vanilla and have received this everytime I load up vim.
Any idea what my problem might be?
Error detected while processing /Users/Dave/.spf13-vim-3/.vim/bundle/python-mode/plugin…
dmjio updated
10 years ago
-
Py-TestUI code is quite inconsistent and I think enforcing consistent code guidelines is quite beneficial.
I am suggesting adding a CI job for every commit to run some kind of Python linter, e.g.,…
-
git has sometimes problems with trailing whitespace so maybe we should run something like autopep8 on the codebase It could also be a good idea to include license info in all the files.
-
## Command Line
Command Line
```shell
$ autopep8 -i ./lut.py
```
Here's the file: [lut.py](https://gist.github.com/hXtreme/f2a574a569ca5f3ba7c1ed8e7cc10a49)
When I run the above command au…
-
code is a bit obsolete, and it is in python2.
it should be in python 3 and follow pep8
-
I've noticed our Python API and use cases use a variety of different and inconsistent coding styles. Luckily Python, unlike C++, has a well defined standard coding style called PEP8 that many package…
-
As a project in the scientific community, docstrings are expected to be in [NumPy format](https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt). PyCharm defaults to `:param:` style, b…
-
Не хватает отступов там, где они нужны, пробелов после запятых и всяких мелочей.
Можно установить себе autopep8 и прогнать через форматтер.
А еще лучше использовать pre-commit, чтобы перед кажды…
-
Some of the modules (e.g. postprocessor.py) have indentation with both tabs and spaces, which is not recommended for python2 and disallowed in python 3. It could also creates problems for code editing…
-
I want to use the python installed on my virtual environment (using conda) which I have set up following this post: [Using conda environments in emacs](http://emacs.stackexchange.com/questions/20092/u…