We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51ba57 commit 457fd52Copy full SHA for 457fd52
crytic_compile/platform/solc_standard_json.py
@@ -25,6 +25,7 @@
25
LOGGER = logging.getLogger("CryticCompile")
26
27
28
+# pylint: disable=too-many-arguments
29
def standalone_compile(
30
filenames: List[str],
31
compilation_unit: CompilationUnit,
0 commit comments