We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a695ba2 commit 87490a7Copy full SHA for 87490a7
1 file changed
pyproject.toml
@@ -134,12 +134,12 @@ max-complexity = 10
134
135
[tool.ruff.lint.per-file-ignores]
136
"tests/*" = [
137
- "S101", # Use of assert detected
138
- "S301", # Use of pickle detected
139
- "D103", # Missing docstring in public function
+ "S101", # Use of assert detected
+ "S301", # Use of pickle detected
+ "D103", # Missing docstring in public function
140
"SLF001", # Private member accessed
141
- "S311", # Standard pseudo-random generators are not suitable for security/cryptographic purposes
142
- "D101", # Missing docstring in public class
+ "S311", # Standard pseudo-random generators are not suitable for security/cryptographic purposes
+ "D101", # Missing docstring in public class
143
]
144
145
[tool.ruff.lint.pydocstyle]
0 commit comments