Spaces:
Configuration error
Configuration error
Update ruff config
Browse files- pyproject.toml +0 -4
pyproject.toml
CHANGED
|
@@ -36,7 +36,6 @@ ignore = [
|
|
| 36 |
"EM101", # raw-string-in-exception
|
| 37 |
"FBT001", # boolean-type-hint-positional-argument
|
| 38 |
"FBT002", # boolean-default-value-positional-argument
|
| 39 |
-
"PD901", # pandas-df-variable-name
|
| 40 |
"PGH003", # blanket-type-ignore
|
| 41 |
"PLR0913", # too-many-arguments
|
| 42 |
"PLR0915", # too-many-statements
|
|
@@ -49,8 +48,5 @@ unfixable = [
|
|
| 49 |
[tool.ruff.lint.pydocstyle]
|
| 50 |
convention = "google"
|
| 51 |
|
| 52 |
-
[tool.ruff.lint.per-file-ignores]
|
| 53 |
-
"*.ipynb" = ["T201", "T203"]
|
| 54 |
-
|
| 55 |
[tool.ruff.format]
|
| 56 |
docstring-code-format = true
|
|
|
|
| 36 |
"EM101", # raw-string-in-exception
|
| 37 |
"FBT001", # boolean-type-hint-positional-argument
|
| 38 |
"FBT002", # boolean-default-value-positional-argument
|
|
|
|
| 39 |
"PGH003", # blanket-type-ignore
|
| 40 |
"PLR0913", # too-many-arguments
|
| 41 |
"PLR0915", # too-many-statements
|
|
|
|
| 48 |
[tool.ruff.lint.pydocstyle]
|
| 49 |
convention = "google"
|
| 50 |
|
|
|
|
|
|
|
|
|
|
| 51 |
[tool.ruff.format]
|
| 52 |
docstring-code-format = true
|