Skip to content

Commit

Permalink
chore: Move ruff linter options to the 'lint' section
Browse files Browse the repository at this point in the history
  • Loading branch information
lRomul committed Apr 7, 2024
1 parent e646539 commit 2d6526e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ include = ["argus"]

[tool.ruff]
line-length = 89

[tool.ruff.lint]
select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
"F", # pyflakes
]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]

[tool.pytest.ini_options]
Expand Down

0 comments on commit 2d6526e

Please sign in to comment.