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 f42ea48 commit 0cd4895Copy full SHA for 0cd4895
pyproject.toml
@@ -19,4 +19,5 @@ lint.extend-ignore = [
19
"PLR0912", # Too many branches
20
"PLR0913", # Too many arguments to function call
21
"PLR0915", # Too many statements
22
+ "PLW1510", # `subprocess.run` without explicit `check` argument
23
]
0 commit comments