Skip to content

Commit

Permalink
Resolve warning about top-level linter settings for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mprpic committed May 15, 2024
1 parent 3e806e1 commit 35f2b0d
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 @@ -3,6 +3,8 @@ line-length = 100

[tool.ruff]
line-length = 100

[tool.ruff.lint]
# https://beta.ruff.rs/docs/rules/
select = ["F", "E", "W", "I", "N"]

Expand Down

0 comments on commit 35f2b0d

Please sign in to comment.