hysts HF staff commited on
Commit
824e67f
·
1 Parent(s): 20d974d

Update ruff settings

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -0
pyproject.toml CHANGED
@@ -60,6 +60,9 @@ line-length = 119
60
  [tool.ruff.lint]
61
  select = ["E", "F", "I", "N", "S", "T", "UP", "W"]
62
  ignore = ["T201"]
 
 
 
63
 
64
  [tool.ruff.format]
65
  docstring-code-format = true
 
60
  [tool.ruff.lint]
61
  select = ["E", "F", "I", "N", "S", "T", "UP", "W"]
62
  ignore = ["T201"]
63
+ unfixable = [
64
+ "F401", # unused-import
65
+ ]
66
 
67
  [tool.ruff.format]
68
  docstring-code-format = true