Spaces:
Running
Running
arterm-sedov commited on
Commit ·
0957965
1
Parent(s): 92f62f1
updated linter for .misc_files
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -75,7 +75,7 @@ unfixable = [
|
|
| 75 |
# Allow specific patterns
|
| 76 |
[tool.ruff.lint.per-file-ignores]
|
| 77 |
"**/tests/**/*.py" = ["S101", "PLR2004", "ANN001", "T201", "T10"]
|
| 78 |
-
"**/misc_files/**/*.py" = ["S101", "PLR2004", "ANN001", "T201", "T10"]
|
| 79 |
"**/*langfuse*" = ["T201", "T10", "PLR0913", "ANN401", "BLE001"] # Langfuse files
|
| 80 |
"**/*langsmith*" = ["T201", "T10", "PLR0913", "ANN401", "BLE001"] # Langsmith files
|
| 81 |
"**/agent_ng/*.py" = ["T201", "T10", "PLR0913", "ANN401", "BLE001"] # Agent files need debugging
|
|
|
|
| 75 |
# Allow specific patterns
|
| 76 |
[tool.ruff.lint.per-file-ignores]
|
| 77 |
"**/tests/**/*.py" = ["S101", "PLR2004", "ANN001", "T201", "T10"]
|
| 78 |
+
"**/.misc_files/**/*.py" = ["S101", "PLR2004", "ANN001", "T201", "T10"]
|
| 79 |
"**/*langfuse*" = ["T201", "T10", "PLR0913", "ANN401", "BLE001"] # Langfuse files
|
| 80 |
"**/*langsmith*" = ["T201", "T10", "PLR0913", "ANN401", "BLE001"] # Langsmith files
|
| 81 |
"**/agent_ng/*.py" = ["T201", "T10", "PLR0913", "ANN401", "BLE001"] # Agent files need debugging
|