We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c752de commit 63fda6aCopy full SHA for 63fda6a
pyproject.toml
@@ -52,7 +52,7 @@ url = "https://download.pytorch.org/whl/cpu"
52
secondary = true
53
54
[tool.ruff]
55
-select = ["A", "B", "C4", "E", "F", "G", "I", "N", "S", "T", "ISC", "W", "INP", "PIE", "T20", "RET", "SIM"]
+select = ["A", "B", "C4", "E", "F", "G", "I", "N", "S", "T", "ISC", "W", "INP", "PIE", "T20", "RET", "SIM", "ARG"]
56
ignore = []
57
fixable = ["A", "B", "C", "D", "E", "F"]
58
unfixable = ["F401"]
0 commit comments