Skip to content

Commit 3cef55e

Browse files
committed
remove evil lines from pyproject.toml
1 parent 5d29cda commit 3cef55e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ lint.unfixable = [
132132
]
133133

134134
# --- flake8 ---
135-
# --- pylint ---
136135
#[tool.ruff.pydocstyle]
137136
## Use Google-style docstrings.
138137
#convention = "google"
@@ -163,8 +162,6 @@ exclude = [
163162
max-complexity = 10
164163
max-line-length = 100
165164

166-
# --- docformatter ---
167-
168165
[tool.pylint.'MAIN']
169166
ignore = [ "CVS" ]
170167
load-plugins = [ "pylint.extensions.docparams" ]

0 commit comments

Comments
 (0)