Enable Ruff PT022 (#86792)

* Enable Ruff PT022

* Adjust found cases
This commit is contained in:
Franck Nijhof
2023-01-27 13:57:06 +01:00
committed by GitHub
parent 8c993116e1
commit ef800335fb
50 changed files with 79 additions and 88 deletions

View File

@@ -20,7 +20,7 @@ def integration():
"requirements": [],
},
)
yield integration
return integration
def test_validate_requirements_format_with_space(integration: Integration):