Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
|
@@ -49,6 +49,9 @@ unfixable = [
|
|
| 49 |
"F401", # unused-import
|
| 50 |
]
|
| 51 |
|
|
|
|
|
|
|
|
|
|
| 52 |
[tool.ruff.lint.per-file-ignores]
|
| 53 |
"*.ipynb" = ["T201"]
|
| 54 |
|
|
|
|
| 49 |
"F401", # unused-import
|
| 50 |
]
|
| 51 |
|
| 52 |
+
[tool.ruff.lint.pydocstyle]
|
| 53 |
+
convention = "google"
|
| 54 |
+
|
| 55 |
[tool.ruff.lint.per-file-ignores]
|
| 56 |
"*.ipynb" = ["T201"]
|
| 57 |
|