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 Apr 24, 2024
1 parent c57b886 commit 84391e6
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 84391e6

Please sign in to comment.