Skip to content

Commit

Permalink
WIP: attempt to ignore example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Oct 13, 2024
1 parent 9e043d5 commit 64995bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ target-version = "py39" # Ruff doesn't yet infer this from [tool.poetry.depende
# Enable only isort rules
select = ["I"]

[tool.ruff.lint.per-file-ignores]
"/*.py" = ["I"]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 64995bb

Please sign in to comment.