-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
For Python scripts, PIConGPU currently enforces:
Versions
Both support for Python 2.7+ and Python 3
Style (PEP8 conformance)
pip install -U flake8
flake8 .in both Python 2 & Python 3 variants of the flake8 script.
(Note: Recognizes only python scripts ending on *.py, unfortunately.)
Style (Comments)
propose: numpy style
tool: ...?
Static Code Analysis (Warnings, unused code, etc.)
pip install -U pyflakes
pyflakes .in both Python 2 & Python 3 variants of the flake8 script.
(Note: Recognizes all python scripts.)