Skip to content

Commit

Permalink
fix(python): update deprecated linter configuration.
Browse files Browse the repository at this point in the history
closes #35.
  • Loading branch information
shahinism committed Jul 25, 2024
1 parent 175d84c commit 3be51ed
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ version_files = [
[tool.ruff]
line-length = 120
target-version = "py311"

[tool.ruff.lint]
select = [
"E", # pycodestyle
"F", # pyflakes
"UP", # pyupgrade
"D" # pydocstyle
]

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

[tool.coverage.run]
Expand Down

0 comments on commit 3be51ed

Please sign in to comment.