Skip to content

Commit

Permalink
fixup! plugins/semgrep: fix pylint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyw committed Mar 27, 2024
1 parent 66f0ce1 commit 1d0a24f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py/plugins/semgrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"""
import os

from csmock.common.util import sanitize_opts_arg
from csmock.common.util import sanitize_opts_arg # pylint: disable=import-error


# disable metrics to be sent to semgrep cloud
Expand Down Expand Up @@ -59,6 +59,7 @@ class Plugin:
"""
def __init__(self):
self.enabled = False
self.semgrep_scan_opts = None

def get_props(self): # pylint: disable=missing-function-docstring
return PluginProps()
Expand Down

0 comments on commit 1d0a24f

Please sign in to comment.