Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
6aa068b
1
Parent(s):
d295ed3
Add more rules to linter
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
line-length = 119
|
3 |
|
4 |
[tool.ruff.lint]
|
5 |
-
select = ["E", "F"]
|
6 |
ignore = ["E501"] # line too long (the formatter is taking care of this)
|
7 |
|
8 |
[tool.ruff.lint.isort]
|
|
|
2 |
line-length = 119
|
3 |
|
4 |
[tool.ruff.lint]
|
5 |
+
select = ["C", "E", "F", "I", "W"]
|
6 |
ignore = ["E501"] # line too long (the formatter is taking care of this)
|
7 |
|
8 |
[tool.ruff.lint.isort]
|