Skip to content

Commit c79cd08

Browse files
committed
Pylint: update to v2.14
1 parent b9baee3 commit c79cd08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,15 @@ target-version = [
124124
]
125125

126126
[tool.pylint]
127-
[tool.pylint.master]
127+
[tool.pylint.main]
128128
extension-pkg-whitelist = [
129129
"numpy",
130130
"scipy",
131131
]
132132
ignore = "_version.py"
133+
load-plugins = [
134+
"pylint.extensions.no_self_use",
135+
]
133136

134137
[tool.pylint.message_control]
135138
disable = [

0 commit comments

Comments
 (0)