fix code passing ruff linter pre-commit ruff pre-commit ruff format
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
[tool.black]
|
||||
line-length = 140
|
||||
|
||||
|
||||
[tool.ruff]
|
||||
# Allow lines to be as long as 120.
|
||||
line-length = 140
|
||||
indent-width = 4
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["F401","F403","F405","E402"]
|
||||
ignore = ["F401","F403","F405","E402","E701","E722","E741"]
|
||||
|
||||
Reference in New Issue
Block a user