Skip to content

Commit 0e2e409

Browse files
committed
fix typo
1 parent 51e795e commit 0e2e409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lint.isort.split-on-trailing-comma = false
3636
lint.select = ["B", "C4", "E", "ERA", "F", "FURB", "I", "N", "PERF", "PTH", "RUF", "SIM", "T", "TRY", "W"]
3737
lint.ignore = ["B008", "D205", "E501", "F403", "SIM115", "RUF006", "RUF008", "RUF012", "TRY0"]
3838
lint.pydocstyle.convention = "google"
39-
include = ["custom_components/**/*.py", "ag_grid_demo/**/*.py"]
39+
include = ["custom_components/**/*.py", "monaco_demo/**/*.py"]
4040

4141
[tool.ruff.lint.per-file-ignores]
4242
"__init__.py" = ["F401"]

0 commit comments

Comments
 (0)