hysts HF staff commited on
Commit
0974126
·
1 Parent(s): b26ba8c
Files changed (1) hide show
  1. pyproject.toml +3 -0
pyproject.toml CHANGED
@@ -49,6 +49,9 @@ unfixable = [
49
  "F401", # unused-import
50
  ]
51
 
 
 
 
52
  [tool.ruff.lint.per-file-ignores]
53
  "*.ipynb" = ["T201"]
54
 
 
49
  "F401", # unused-import
50
  ]
51
 
52
+ [tool.ruff.lint.pydocstyle]
53
+ convention = "google"
54
+
55
  [tool.ruff.lint.per-file-ignores]
56
  "*.ipynb" = ["T201"]
57