mirror of
https://github.com/Laurent2916/nio-llm.git
synced 2024-11-09 15:02:03 +00:00
🔧 configure pydocstyle convention to google's
This commit is contained in:
parent
1d8a6bc573
commit
a2f75c3888
|
@ -56,6 +56,9 @@ select = [
|
|||
"W", # pycodestyle warnings
|
||||
]
|
||||
|
||||
[tool.ruff.pydocstyle]
|
||||
convention = "google"
|
||||
|
||||
[tool.black]
|
||||
include = '\.pyi?$'
|
||||
target-version = ["py311"]
|
||||
|
|
Loading…
Reference in a new issue