Skip to content

Commit

Permalink
chore: Add notebooks to ruff extend-include
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Jul 31, 2024
1 parent 07151f9 commit 45b5511
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ exclude = [
".ruff_cache",
".venv",
]
extend-include = [
"*.ipynb",
]

[tool.ruff.format]
quote-style = "double"
Expand Down

0 comments on commit 45b5511

Please sign in to comment.