Skip to content

Commit

Permalink
chore: upgrade ruff setting of generated projects
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed May 21, 2024
1 parent d7e01dc commit 41663f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ exclude_lines = [
[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 @@ -117,7 +119,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 41663f8

Please sign in to comment.