Skip to content

Commit 340585d

Browse files
committed
Ignore linting for colab notebook
1 parent ff9932e commit 340585d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ruff.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ lint.select = [
1111
"UP", # pyupgrade
1212
]
1313

14+
# Ignore specific directories
15+
exclude = [
16+
"python-gurobi-price-optimization",
17+
]
18+
19+
1420
# Rule configuration.
1521
line-length = 120
1622

0 commit comments

Comments
 (0)