We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Python scripts, PIConGPU currently enforces:
Both support for Python 2.7+ and Python 3
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.)
*.py
propose: numpy style tool: ...?
pip install -U pyflakes pyflakes .
in both Python 2 & Python 3 variants of the flake8 script. (Note: Recognizes all python scripts.)
The text was updated successfully, but these errors were encountered:
I would also be personally be a big fan of dropping Python 2 support altogether. Anyone against this?
Sorry, something went wrong.
No branches or pull requests
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.)
The text was updated successfully, but these errors were encountered: