Skip to content

Commit 87490a7

Browse files
committed
chore: revert some changes pyproject.toml
1 parent a695ba2 commit 87490a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)