Skip to content

Commit 0cd4895

Browse files
authored
Update pyproject.toml
1 parent f42ea48 commit 0cd4895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ lint.extend-ignore = [
1919
"PLR0912", # Too many branches
2020
"PLR0913", # Too many arguments to function call
2121
"PLR0915", # Too many statements
22+
"PLW1510", # `subprocess.run` without explicit `check` argument
2223
]

0 commit comments

Comments
 (0)