Skip to content

Commit 17788c5

Browse files
committed
add extra file to exclude list
1 parent ebe56be commit 17788c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ exclude = [
55
"src/test/python_files/debugging/logMessage.py",
66
"src/test/python_files/tensorBoard/*.py",
77
"src/test/python_files/intellisense/test.py",
8-
"src/test/python_files/debugging/*.py"
8+
"src/test/python_files/debugging/*.py",
9+
"src/test/python_files/tensorBoard/tensorboard_import.ipynb"
910
]

0 commit comments

Comments
 (0)