Skip to content

Commit

Permalink
chore: remove ruff deprecated settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Feb 3, 2024
1 parent 570260b commit aab9115
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,12 @@ addopts = "--cov=habito --cov-report=term-missing --cov-fail-under=100 --quiet"

[tool.ruff]
exclude = [".venv", "venv"]
ignore = []
line-length = 88

[tool.ruff.lint]
ignore = []
select = ["D", "E", "F", "W"]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"tests/*.py" = ["D101", "D102", "D103"]
"**/*.py" = ["F405", "D203", "D213"]

0 comments on commit aab9115

Please sign in to comment.