Skip to content

Commit

Permalink
ignore jupyternotebook for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaranow committed Nov 3, 2024
1 parent 1fb1dcd commit 5d0f61a
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 @@ -29,6 +29,7 @@ select = ["C", "E", "F", "I", "W"]
# Ignore import violations in all `__init__.py` files.
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["E402", "F401", "F403", "F811"]
"*.ipynb" = ["E402"]

[tool.ruff.lint.isort]
lines-after-imports = 2
Expand Down

0 comments on commit 5d0f61a

Please sign in to comment.