Skip to content

Commit

Permalink
style: update ruff config with the latest config format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Feb 2, 2024
1 parent a8e970b commit 893cf8c
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 @@ -141,17 +141,19 @@ addopts = "--strict-markers"

[tool.ruff]
line-length = 88

[tool.ruff.lint]
select = ["E", "F", "UP"]
ignore = [
"E501",
"D1",
"D415"
]

[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["commitizen", "tests"]

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

[tool.mypy]
Expand Down

0 comments on commit 893cf8c

Please sign in to comment.