Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Apr 2, 2024
1 parent 52a8375 commit 4c740fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 2 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
prune .github
prune dev
prune docs
prune tutorials
prune ci
prune docs
prune pycolorbar/tests
prune tutorials
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ target-version = [
]

[tool.ruff]
line-length = 120
indent-width = 4

# Addional file to be formatted by ruff (in addition to *py)
extend-include = ["*.ipynb"]

# Exclude a variety of commonly ignored directories.
exclude = [
".bzr",
Expand All @@ -100,8 +106,6 @@ exclude = [
"node_modules",
"venv",
]
line-length = 120
indent-width = 4

[tool.ruff.format]

Expand Down

0 comments on commit 4c740fe

Please sign in to comment.