PEP8 fixes for PR #2247 (develop) by autopep8 #1807
Annotations
11 errors and 12 warnings
Fail on linting violations
Process completed with exit code 1.
|
Lint with flake8:
doc/fill_gpi.py#L24
E266 too many leading '#' for block comment
|
Lint with flake8:
doc/fill_gpi.py#L44
E266 too many leading '#' for block comment
|
Lint with flake8:
doc/fill_gpi.py#L52
E741 ambiguous variable name 'l'
|
Lint with flake8:
doc/fill_gpi.py#L210
E266 too many leading '#' for block comment
|
Lint with flake8:
doc/fill_gpi.py#L221
E266 too many leading '#' for block comment
|
Lint with flake8:
ganga/GangaCore/Utility/Runtime.py#L148
E501 line too long (137 > 127 characters)
|
Lint with flake8:
ganga/GangaCore/testlib/GangaUnitTest.py#L69
E501 line too long (153 > 127 characters)
|
Lint with flake8:
ganga/GangaCore/testlib/GangaUnitTest.py#L241
E501 line too long (140 > 127 characters)
|
Lint with flake8:
ganga/GangaLHCb/__init__.py#L26
E501 line too long (132 > 127 characters)
|
Lint with flake8:
ganga/GangaLHCb/__init__.py#L148
E501 line too long (167 > 127 characters)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v1, rbialon/flake8-annotations@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint with flake8:
ganga/GangaCore/Utility/Runtime.py#L185
F401 'os.path' imported but unused
|
Lint with flake8:
ganga/GangaCore/Utility/Runtime.py#L281
F841 local variable 'r' is assigned to but never used
|
Lint with flake8:
ganga/GangaCore/testlib/GangaUnitTest.py#L5
F401 'pytest' imported but unused
|
Lint with flake8:
ganga/GangaCore/testlib/GangaUnitTest.py#L133
F401 'GangaCore.Utility.Config.setUserValue' imported but unused
|
Lint with flake8:
ganga/GangaGaudi/__init__.py#L1
F401 'os' imported but unused
|
Lint with flake8:
ganga/GangaLHCb/__init__.py#L4
F401 're' imported but unused
|
Lint with flake8:
ganga/GangaLHCb/__init__.py#L5
F401 'datetime' imported but unused
|
Lint with flake8:
ganga/GangaLHCb/__init__.py#L6
F401 'os.path.exists' imported but unused
|
Lint with flake8:
ganga/GangaLHCb/__init__.py#L6
F401 'os.path.isdir' imported but unused
|
Lint with flake8:
ganga/GangaLHCb/__init__.py#L6
F401 'os.path.realpath' imported but unused
|
Loading