Skip to content

Commit

Permalink
exclude .ipynb checks in ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Aug 16, 2024
1 parent 1a03e0a commit cb27a2b
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 @@ -63,7 +63,7 @@ include-package-data = true
[tool.setuptools.packages.find]
where = ["."]
include = ["fedn*"]
exclude = ["tests", "tests.*"]
exclude = ["tests", "tests.*", "*.ipynb"]

[tool.ruff]
line-length = 160
Expand Down

0 comments on commit cb27a2b

Please sign in to comment.