Skip to content

Commit

Permalink
chore: ignore some ruff issues in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Aug 2, 2024
1 parent 18f2058 commit d18e866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ extend-include = ["*.ipynb"]
[tool.ruff.lint.per-file-ignores]
"tests/**" = ["T20"]
"noxfile.py" = ["T20"]
"*.ipynb" = ["E402", "B018", "T201"]
"*.ipynb" = ["E402", "B018", "T201", "C408", "E712",]


[tool.pylint]
Expand Down

0 comments on commit d18e866

Please sign in to comment.