Skip to content

Commit

Permalink
Don't format notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen committed Sep 16, 2024
1 parent 71266df commit 7508dd3
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 @@ -68,7 +68,6 @@ exclude = [
".git-rewrite",
".hg",
".ipynb_checkpoints",
".ipynb",
".mypy_cache",
".nox",
".pants.d",
Expand Down Expand Up @@ -106,6 +105,7 @@ quote-style = "double"
indent-style = "space"
skip-magic-trailing-comma = false
line-ending = "auto"
exclude = ["*.ipynb"]


[tool.pytest.ini_options]
Expand Down

0 comments on commit 7508dd3

Please sign in to comment.