You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following are currently suppressed linter errors, these should be reviewed and decided on if they can be resolved or kept suppressed with #noqa.
This issue will be updated with more errors if when they come up.
The following are currently suppressed linter errors, these should be reviewed and decided on if they can be resolved or kept suppressed with
#noqa
.This issue will be updated with more errors if when they come up.
PLW2901: redefined-loop-name
https://github.com/secure-systems-lab/securesystemslib/blob/db0a9a5afe9604f4e614e1979d0559832df64a08/securesystemslib/dsse.py#L63C1-L73C54
S603: subprocess-without-shell-equals-true
securesystemslib/securesystemslib/_gpg/constants.py
Lines 37 to 45 in db0a9a5
N818: error-suffix-on-exception-name
move this to
exceptions.py
?securesystemslib/securesystemslib/signer/_azure_signer.py
Lines 36 to 37 in db0a9a5
PLR2004: magic-value-comparison
https://github.com/secure-systems-lab/securesystemslib/blob/db0a9a5afe9604f4e614e1979d0559832df64a08/securesystemslib/_gpg/util.py
https://github.com/secure-systems-lab/securesystemslib/blob/db0a9a5afe9604f4e614e1979d0559832df64a08/tests/test_gpg.py
PLW0603: global-statement
securesystemslib/securesystemslib/signer/_hsm_signer.py
Line 67 in db0a9a5
PLR0912: too-many-branches
securesystemslib/securesystemslib/_gpg/common.py
Lines 656 to 902 in db0a9a5
PLR0915: too-many-statements
securesystemslib/securesystemslib/_gpg/common.py
Lines 656 to 902 in db0a9a5
PLR0913: too-many-arguments
securesystemslib/securesystemslib/signer/_sigstore_signer.py
Lines 37 to 44 in db0a9a5
E402: module-import-not-at-top-of-file
https://github.com/secure-systems-lab/securesystemslib/blob/db0a9a5afe9604f4e614e1979d0559832df64a08/securesystemslib/_gpg/dsa.py#L30C15-L33
securesystemslib/securesystemslib/_gpg/rsa.py
Lines 29 to 32 in db0a9a5
securesystemslib/securesystemslib/_gpg/util.py
Lines 33 to 36 in db0a9a5
The text was updated successfully, but these errors were encountered: