Skip to content

Commit

Permalink
Include only spond and test dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Sep 6, 2024
1 parent 2f2e1ed commit 2ea13d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ ruff = "^0.6.4" # ruff GitHub action handles install

[tool.ruff]
target-version = "py38" # ruff doesn't yet infer this from [tool.poetry.dependencies]
exclude = ["."]
include = ["spond/*.py", "tests/*.py"]

[tool.ruff.lint]
# Enable only isort rules
Expand Down

0 comments on commit 2ea13d2

Please sign in to comment.