Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ruff config to pyproject
Browse files Browse the repository at this point in the history
damonbayer committed Oct 3, 2024
1 parent 5de2ea7 commit 933a73a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -86,3 +86,10 @@ known_first_party = ["pyrenew", "test"]

[tool.deptry.per_rule_ignores]
DEP004 = ["pytest", "scipy"]

[tool.ruff]
fix = true
line-length = 79

[tool.ruff.lint]
select = ["I"]

0 comments on commit 933a73a

Please sign in to comment.