hayas commited on
Commit
ef2657b
·
1 Parent(s): 5576411
Files changed (1) hide show
  1. pyproject.toml +2 -3
pyproject.toml CHANGED
@@ -24,8 +24,7 @@ ignore = [
24
  "D213", # multi-line-summary-second-line
25
  "E501", # line-too-long
26
  "SIM117", # multiple-with-statements
27
- ]
28
- extend-ignore = [
29
  "D100", # undocumented-public-module
30
  "D101", # undocumented-public-class
31
  "D102", # undocumented-public-method
@@ -50,7 +49,7 @@ unfixable = [
50
  convention = "google"
51
 
52
  [tool.ruff.lint.per-file-ignores]
53
- "*.ipynb" = ["T201"]
54
 
55
  [tool.ruff.format]
56
  docstring-code-format = true
 
24
  "D213", # multi-line-summary-second-line
25
  "E501", # line-too-long
26
  "SIM117", # multiple-with-statements
27
+ #
 
28
  "D100", # undocumented-public-module
29
  "D101", # undocumented-public-class
30
  "D102", # undocumented-public-method
 
49
  convention = "google"
50
 
51
  [tool.ruff.lint.per-file-ignores]
52
+ "*.ipynb" = ["T201", "T203"]
53
 
54
  [tool.ruff.format]
55
  docstring-code-format = true