Skip to content

Commit

Permalink
Don't format ipynb files
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed Jan 9, 2024
1 parent 242db36 commit b65ef13
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 @@ -51,7 +51,7 @@ videojitter-generate-video = "videojitter.generate_video:main"
strip-extras = true

[tool.black]
force-exclude = "src/si_prefix/"
force-exclude = 'src/si_prefix/|.+\.ipynb'
preview = true # For long string line breaks

[tool.pylint.main]
Expand Down

0 comments on commit b65ef13

Please sign in to comment.