-
For Python scripts, PIConGPU currently enforces:
### Versions
Both support for Python 2.7+ and Python 3
### Style (PEP8 conformance)
```bash
pip install -U flake8
flake8 .
```
in bot…
-
```
A PEP-8 cleanup of the code would be very nice. It doesn't take much time
and all Python programmers appreciate it. The documentation can be found here
http://www.python.org/dev/peps/pep-0008/
A…
-
I will merge my branch soon, it is a huge branch that cleans up the code and makes it a bit faster. PEP8 compliance mostly. I left quite a bit number of TODOs, if you wish to support this project and …
-
Low priority issue:
I happen to use a vim plugin that bakes in pylint and pep8 checks for things like unused modules, too many blank lines, improper indenting, mixed indent styles, >80 char width lin…
-
@RNourshargh let's keep a list of things to go through here, we can just tick away at them bit by bit
- [x] Improve Makefile (see https://github.com/RNourshargh/CavitySimMatlab/pull/4)
- [x] Addre…
-
```
While our code is mostly clean and well written, most of it does not (fully)
follow the recommendations from the Python style guide (aka PEP8 -
https://www.python.org/dev/peps/pep-0008/).
To enh…
-
Self explanatory. The code was originally written in Python 2.7. For compatibility with a lot of other codes, it needs to be updated to Python 3. At the same time, the code should be revised to be cle…
-
Good ideas how to lint our examples? This would solve the problem of having to argue with people about how to format things and keep things tidy.
-
Lots of warnings in from inspection:
- unused locals
- unused references
- PEP8 violations
- etc...
The Pycharm scope I currently use is:
`(file[horton]:horton//*&&!file[horton]:horton/correlatedwfn/…
-
Поправить наименования переменных и задать функции в соответствии с требованиями PEP8. Обратить внимание и в #1
Ссылки для ознакомления:
1) Как писать красивый код с PEP 8. Часть 1. URL; https://…