Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
@@ -30,6 +30,9 @@ extend-ignore = [
|
|
30 |
"D101", # undocumented-public-class
|
31 |
"D102", # undocumented-public-method
|
32 |
"D103", # undocumented-public-function
|
|
|
|
|
|
|
33 |
"EM101", # raw-string-in-exception
|
34 |
"FBT001", # boolean-type-hint-positional-argument
|
35 |
"FBT002", # boolean-default-value-positional-argument
|
|
|
30 |
"D101", # undocumented-public-class
|
31 |
"D102", # undocumented-public-method
|
32 |
"D103", # undocumented-public-function
|
33 |
+
"D104", # undocumented-public-package
|
34 |
+
"D105", # undocumented-magic-method
|
35 |
+
"D107", # undocumented-public-init
|
36 |
"EM101", # raw-string-in-exception
|
37 |
"FBT001", # boolean-type-hint-positional-argument
|
38 |
"FBT002", # boolean-default-value-positional-argument
|