Skip to content

Commit

Permalink
Remove E203 from ignore: E203
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed Aug 1, 2024
1 parent 413e49e commit 962e2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ line-length = 88

[tool.ruff.lint]
select = ["C","E","F","W","B","RUF","PLE","PLW"]
ignore = ["E203", "PLW2901"]
ignore = ["PLW2901"]
exclude = [
".git",
".venv",
Expand Down

0 comments on commit 962e2aa

Please sign in to comment.