Skip to content

Commit c86627f

Browse files
committed
chore(build): update ruff settings
1 parent 2c6fe37 commit c86627f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ fail_under = 40
163163
line-length = 120
164164
target-version = "py38"
165165
extend-exclude = ["bundled/libs", ".hatch"]
166+
167+
[tool.ruff.lint]
166168
ignore = ["E741", "N805", "N999", "RUF012", "RUF006", "ISC001"]
167169
select = [
168170
"E",
@@ -203,7 +205,7 @@ select = [
203205
# "TID"
204206
]
205207

206-
[tool.ruff.per-file-ignores]
208+
[tool.ruff.lint.per-file-ignores]
207209
#"__init__.py" = ["F401"]
208210

209211
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)