Skip to content

Commit

Permalink
chore: upgrade ruff settings (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 21, 2024
1 parent 090adc3 commit d7e01dc
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 @@ -16,6 +16,8 @@ pytest-mock = "^3.3"
[tool.ruff]
target-version = "py38"
line-length = 88

[tool.ruff.lint]
ignore = [
"D203", # 1 blank line required before class docstring
"D212", # Multi-line docstring summary should start at the first line
Expand All @@ -37,7 +39,7 @@ select = [
"RUF", # ruff specific
]

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"tests/**/*" = [
"D100",
"D101",
Expand Down

0 comments on commit d7e01dc

Please sign in to comment.