We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d29cda commit 3cef55eCopy full SHA for 3cef55e
1 file changed
pyproject.toml
@@ -132,7 +132,6 @@ lint.unfixable = [
132
]
133
134
# --- flake8 ---
135
-# --- pylint ---
136
#[tool.ruff.pydocstyle]
137
## Use Google-style docstrings.
138
#convention = "google"
@@ -163,8 +162,6 @@ exclude = [
163
162
max-complexity = 10
164
max-line-length = 100
165
166
-# --- docformatter ---
167
-
168
[tool.pylint.'MAIN']
169
ignore = [ "CVS" ]
170
load-plugins = [ "pylint.extensions.docparams" ]
0 commit comments