Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def warning_check():
return [checks.Warning("some warning", id="tests.checks.W001")]
def warning_check2():
return [checks.Warning("some other warning", id="tests.checks.W002")]