File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,12 @@ max-complexity = 10
134134
135135[tool .ruff .lint .per-file-ignores ]
136136"tests/*" = [
137- " S101" , # Use of assert detected
138- " S301" , # Use of pickle detected
139- " D103" , # Missing docstring in public function
137+ " S101" , # Use of assert detected
138+ " S301" , # Use of pickle detected
139+ " D103" , # Missing docstring in public function
140140 " SLF001" , # Private member accessed
141- " S311" , # Standard pseudo-random generators are not suitable for security/cryptographic purposes
142- " D101" , # Missing docstring in public class
141+ " S311" , # Standard pseudo-random generators are not suitable for security/cryptographic purposes
142+ " D101" , # Missing docstring in public class
143143]
144144
145145[tool .ruff .lint .pydocstyle ]
You can’t perform that action at this time.
0 commit comments