Skip to content

Commit d40f5a4

Browse files
committed
🔍 add per-file ignores for line length in downsamplers.py
1 parent 95b29af commit d40f5a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ select = ["E", "F", "I"]
4343
line-length = 88
4444
extend-select = ["Q"]
4545
ignore = ["E402", "F403"]
46+
47+
[tool.ruff.per-file-ignores]
48+
"tsdownsample/_python/downsamplers.py" = ["E501"] # NOTE "downsamplers.py" also works
49+
4650

4751
# Formatting
4852
[tool.black]

0 commit comments

Comments
 (0)