Skip to content

Commit dda55ba

Browse files
committed
🔧 Use more strict ruff checking
1 parent 1aa323f commit dda55ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ line-length = 79
33
extend-exclude = [".pfnci", "cupy"]
44

55
[tool.ruff.lint]
6-
extend-select = ["I002", "Q"]
6+
select = ["Q", "E", "F", "W", "UP", "I002", "FA", "PYI", "PLC01"]
77

88
[tool.ruff.lint.isort]
99
required-imports = ["from __future__ import annotations"]

0 commit comments

Comments
 (0)