We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9251b1 commit baee5edCopy full SHA for baee5ed
pyproject.toml
@@ -52,6 +52,8 @@ line-length = 79
52
53
[tool.ruff]
54
line-length = 79
55
+
56
+[tool.ruff.lint]
57
select = [
58
# pyflakes
59
"F",
@@ -68,5 +70,5 @@ ignore = [
68
70
"D405", # British-style section names are also "proper"!
69
71
]
72
-[tool.ruff.pydocstyle]
73
+[tool.ruff.lint.pydocstyle]
74
convention = "google"
0 commit comments