Skip to content

Commit

Permalink
Few more ruff rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Sep 4, 2023
1 parent cb33f3f commit 7f934d4
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 @@ -84,7 +84,7 @@ exclude = [
[tool.ruff]
line-length = 79
target-version = "py38"
select = ["ANN", "B", "D", "E", "F", "Q", "RUF", "UP", "W"]
select = ["ANN", "B", "D", "D204", "E", "F", "Q", "RUF", "SIM", "UP", "W"]
ignore = [
# Wat, type annotations for self and cls, why is this a thing?
"ANN101",
Expand Down

0 comments on commit 7f934d4

Please sign in to comment.