Skip to content

Commit

Permalink
Update ruff include line
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Apr 15, 2024
1 parent 67a29ec commit 956a478
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ version_scheme = "no-guess-dev"
local_scheme = "node-and-date"

[tool.ruff]
include = ["pynxtools/*.py", "tests/*.py"]
exclude = ["pynxtools/definitions"]
include = ["pynxtools_mpes/*.py", "tests/*.py"]
line-length = 88
indent-width = 4

Expand Down

0 comments on commit 956a478

Please sign in to comment.