Skip to content

Commit

Permalink
Fixed issue with ruff reporting subprocess problems !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Aug 25, 2023
1 parent 2333dec commit b920156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ ignore = [
"S101", "S104",
"D105", "D106", "D107", "D200", "D212",
"PD011",
"PLW1510",
]

# Allow autofix for all enabled rules (when `--fix`) is provided.
Expand Down

0 comments on commit b920156

Please sign in to comment.