We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6643ce0 commit c479660Copy full SHA for c479660
pyproject.toml
@@ -47,10 +47,9 @@ line-length = 120
47
[tool.ruff.lint]
48
select = ["ALL"]
49
ignore = [
50
- "T201", # `print` found
51
- "S101", # Use of assert detected
52
- "ANN101", # Missing type annotation for self in method
53
- "C408", # Unnecessary `dict` call (rewrite as a literal)
+ "T201", # `print` found
+ "S101", # Use of assert detected
+ "C408", # Unnecessary `dict` call (rewrite as a literal)
54
"D",
55
# "D100", # Missing docstring in public module
56
# "D104", # Missing docstring in public package
0 commit comments