mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-09 14:11:55 -04:00
Add lint rules
This commit is contained in:
parent
881fb6cba1
commit
7e01277dc2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.ruff.lint]
|
||||
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
|
||||
select = ["E4", "E7", "E9", "F", "I", "ASYNC", "N"]
|
||||
select = ["E4", "E7", "E9", "F", "I", "ASYNC", "N", "RUF", "ERA001"]
|
||||
ignore = []
|
||||
|
||||
# Allow fix for all enabled rules (when `--fix`) is provided.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue