forked from AI_team/Philosophy-RAG-demo
Add ruff linting configuration
This commit is contained in:
parent
06dbfed5a0
commit
1f75264e96
@ -28,3 +28,12 @@ dependencies = [
|
||||
[tool.setuptools]
|
||||
packages = ["."]
|
||||
exclude = ["data"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
|
||||
[tool.ruff.format]
|
||||
quote-style = "double"
|
||||
skip-magic-trailing-comma = true
|
||||
line-ending = "auto"
|
||||
docstring-code-format = false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user