Skip to content

Commit

Permalink
Remove the ruff lint exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Pozo Gonzalez committed Oct 9, 2024
1 parent 95a0a4a commit 3028c34
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ exclude = ["docs", "dev"]
line-length = 88
indent-width = 4

[tool.ruff.lint]
ignore = ["E741"]
extend-ignore = ["E203","E712"]

[tool.ruff.lint.per-file-ignores]
"examples/*" = ["E402"]

[tool.ruff.format]
# Like Black, use double quotes for strings.
quote-style = "double"
Expand Down

0 comments on commit 3028c34

Please sign in to comment.