Skip to content

Commit

Permalink
Update pyproject.toml.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Feb 20, 2024
1 parent a2171ae commit dbdabf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions template/{{ pypi_name }}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ build-backend = "poetry.core.masonry.api"
[tool.ruff]
# Same as Black.
line-length = 88
target-version = "py38"
[tool.ruff.lint]
select = ["ALL"]
ignore = [
# "D", # "No docs"
Expand All @@ -91,7 +93,6 @@ ignore = [
"D203",
"D213"
]
target-version = "py38"
[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"tests/**/*.py" = ["S101", "D"]
"docs/conf.py" = ["INP001", "A001"]

0 comments on commit dbdabf7

Please sign in to comment.