Skip to content

Commit

Permalink
Ignore import order check on jupyter notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Jan 11, 2025
1 parent be1739a commit f904326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ format.line-ending = "lf"
# F: Pyflakes / E, W: pycodestyle / I: isort / NPY: numpy
lint.select = ["F", "E", "W", "I", "NPY"]
lint.ignore = ["E501"] # Ignore line length error
lint.per-file-ignores = {"*.ipynb" = ["I001"]}

0 comments on commit f904326

Please sign in to comment.