Skip to content

Commit

Permalink
Fix deprecated Ruff settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bgottula committed Jul 7, 2024
1 parent aec270f commit 02d7446
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ preview = true

[tool.ruff]
line-length = 100

[tool.ruff.lint]
select = [
"E", # pycodestyle errors
"W", # pycodestyle warnings
Expand All @@ -14,9 +16,7 @@ select = [
"D", # pydocstyle
"C", # mccabe complexity
]

[tool.ruff.pydocstyle]
convention = "google"
pydocstyle.convention = "google"

[tool.ruff.lint.per-file-ignores]
# Ignore missing docstrings in tests
Expand Down

0 comments on commit 02d7446

Please sign in to comment.