We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e795e commit 0e2e409Copy full SHA for 0e2e409
pyproject.toml
@@ -36,7 +36,7 @@ lint.isort.split-on-trailing-comma = false
36
lint.select = ["B", "C4", "E", "ERA", "F", "FURB", "I", "N", "PERF", "PTH", "RUF", "SIM", "T", "TRY", "W"]
37
lint.ignore = ["B008", "D205", "E501", "F403", "SIM115", "RUF006", "RUF008", "RUF012", "TRY0"]
38
lint.pydocstyle.convention = "google"
39
-include = ["custom_components/**/*.py", "ag_grid_demo/**/*.py"]
+include = ["custom_components/**/*.py", "monaco_demo/**/*.py"]
40
41
[tool.ruff.lint.per-file-ignores]
42
"__init__.py" = ["F401"]
0 commit comments