Skip to content

Commit 7ae37d6

Browse files
authored
Update template accordingly. (#32)
1 parent bb84e2d commit 7ae37d6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml.jinja

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@ extend-ignore = [
9595
"D413",
9696
]
9797
fix = true
98-
per-file-ignores = {"tests/*" = ["S101"]}
9998
select = ["ALL"]
10099
src = ["src"]
101-
target-version = "py38"
100+
101+
[tool.ruff.per-file-ignores]
102+
"docs/conf.py" = ["INP001"]
103+
"src/\\{\\{ module_name \\}\\}/__init__.py" = ["N999"]
104+
"tests/*" = ["S101"]
102105

103106
[tool.setuptools.dynamic]
104107
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)