mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-01 06:31:42 +01:00
Reformat code with black==20.8b1
This commit is contained in:
@@ -446,7 +446,10 @@ int main() {
|
||||
result = clirunner.invoke(cmd_check, ["--project-dir", str(tmpdir)])
|
||||
validate_cliresult(result)
|
||||
defects = sum(count_defects(result.output))
|
||||
assert defects > 0, "Failed %s with %s" % (framework, tool,)
|
||||
assert defects > 0, "Failed %s with %s" % (
|
||||
framework,
|
||||
tool,
|
||||
)
|
||||
|
||||
|
||||
def test_check_skip_includes_from_packages(clirunner, validate_cliresult, tmpdir):
|
||||
|
||||
Reference in New Issue
Block a user