Skip to content

Commit 829837a

Browse files
committed
add eeg chunker to linter configuration
1 parent 0712a7a commit 829837a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ requires-python = ">= 3.11"
44
[tool.ruff]
55
src = ["python"]
66
include = ["python/**/*.py"]
7-
exclude = ["python/react-series-data-viewer"]
87
line-length = 120
98
preview = true
109

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tool.ruff]
2+
extend = "../../pyproject.toml"
3+
exclude = ["protocol_buffers"]

0 commit comments

Comments
 (0)