Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
dosisod and AlexWaygood authored Jun 20, 2023
1 parent 580c503 commit 925089f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ select = [
"E", # pycoderstyle (error)
"F", # pyflakes
"B", # flake8-bugbear
"RUF100", # flake8-noqa
"RUF100", # Unused noqa comments
"PGH004" # blanket noqa comments
]

ignore = [
Expand Down

0 comments on commit 925089f

Please sign in to comment.