Skip to content

Commit f327d20

Browse files
committed
chore: pylint
Signed-off-by: Ben Selwyn-Smith <[email protected]>
1 parent dff8431 commit f327d20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/macaron/slsa_analyzer/checks/detect_malicious_metadata_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
class MaliciousMetadataFacts(CheckFacts):
4343
"""The ORM mapping for justifications in pypi heuristic check."""
4444

45+
# pylint: disable=unsubscriptable-object
46+
4547
__tablename__ = "_detect_malicious_metadata_check"
4648

4749
#: The primary key.

0 commit comments

Comments
 (0)