Skip to content

Commit

Permalink
feat: allow long lines in jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLoecker committed Dec 9, 2024
1 parent b30a54f commit 2d78d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ ignore = [
"D103", # allow undocumented public method definitions
"S101", # allow use of `assert` in test files
]
"main/COMO.ipynb" = [
"E501", # allow long lines
]

0 comments on commit 2d78d0b

Please sign in to comment.