Renamed the python-port
directory to python
.
#25
Annotations
21 errors, 24 warnings, and 10 notices
Linux Bash
Process completed with exit code 1.
|
E0401:
python/sendpy/pgp.py#L8
Unable to import 'configuration'
|
E0401:
python/sendpy/pgp.py#L9
Unable to import 'send'
|
E0401:
python/sendpy/smime.py#L12
Unable to import 'send'
|
E0401:
python/sendpy/__main__.py#L18
Unable to import 'configuration'
|
E0401:
python/sendpy/__main__.py#L19
Unable to import 'pgp'
|
E0401:
python/sendpy/__main__.py#L20
Unable to import 'smime'
|
E0401:
python/sendpy/__main__.py#L21
Unable to import 'usage'
|
E0401:
python/sendpy/__main__.py#L22
Unable to import 'send'
|
E0401:
python/sendpy/send.py#L13
Unable to import 'pgp'
|
E0401:
python/sendpy/send.py#L14
Unable to import 'smime'
|
Ruff (EXE001):
python/sendpy/__main__.py#L1
python/sendpy/__main__.py:1:1: EXE001 Shebang is present but file is not executable
|
Ruff (S602):
python/sendpy/__main__.py#L255
python/sendpy/__main__.py:255:14: S602 `subprocess` call with `shell=True` identified, security issue
|
Ruff (TRY002):
python/sendpy/pgp.py#L168
python/sendpy/pgp.py:168:15: TRY002 Create your own exception
|
Ruff (TRY002):
python/sendpy/pgp.py#L173
python/sendpy/pgp.py:173:15: TRY002 Create your own exception
|
Ruff (TRY002):
python/sendpy/pgp.py#L177
python/sendpy/pgp.py:177:15: TRY002 Create your own exception
|
Ruff (TRY002):
python/sendpy/pgp.py#L183
python/sendpy/pgp.py:183:15: TRY002 Create your own exception
|
Ruff (TRY002):
python/sendpy/pgp.py#L193
python/sendpy/pgp.py:193:15: TRY002 Create your own exception
|
Ruff (TRY002):
python/sendpy/pgp.py#L197
python/sendpy/pgp.py:197:15: TRY002 Create your own exception
|
Ruff (TRY002):
python/sendpy/pgp.py#L201
python/sendpy/pgp.py:201:15: TRY002 Create your own exception
|
Ruff (TRY002):
python/sendpy/pgp.py#L205
python/sendpy/pgp.py:205:15: TRY002 Create your own exception
|
Linux Python (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Bash
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
W1514:
python/setup.py#L6
Using open without explicitly specifying an encoding
|
W0105:
python/sendpy/configuration.py#L7
String statement has no effect
|
W0212:
python/sendpy/pgp.py#L49
Access to a protected member _fields_ of a client class
|
W0212:
python/sendpy/pgp.py#L69
Access to a protected member _fields_ of a client class
|
W0212:
python/sendpy/pgp.py#L84
Access to a protected member _fields_ of a client class
|
W0212:
python/sendpy/pgp.py#L108
Access to a protected member _fields_ of a client class
|
W0212:
python/sendpy/pgp.py#L125
Access to a protected member _fields_ of a client class
|
W0719:
python/sendpy/pgp.py#L168
Raising too general exception: Exception
|
W0719:
python/sendpy/pgp.py#L173
Raising too general exception: Exception
|
W0719:
python/sendpy/pgp.py#L177
Raising too general exception: Exception
|
Linux Python (3.8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (3.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (3.7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (pypy3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (pypy3.7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (pypy3.8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux Python (pypy3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
C0114:
python/setup.py#L1
Missing module docstring
|
C0116:
python/setup.py#L5
Missing function or method docstring
|
C0114:
python/sendpy/configuration.py#L1
Missing module docstring
|
C0114:
python/sendpy/pgp.py#L1
Missing module docstring
|
C0116:
python/sendpy/pgp.py#L25
Missing function or method docstring
|
C0116:
python/sendpy/pgp.py#L30
Missing function or method docstring
|
C0115:
python/sendpy/pgp.py#L45
Missing class docstring
|
C0115:
python/sendpy/pgp.py#L65
Missing class docstring
|
C0115:
python/sendpy/pgp.py#L80
Missing class docstring
|
C0115:
python/sendpy/pgp.py#L104
Missing class docstring
|