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 b9baee3 commit c79cd08Copy full SHA for c79cd08
pyproject.toml
@@ -124,12 +124,15 @@ target-version = [
124
]
125
126
[tool.pylint]
127
- [tool.pylint.master]
+ [tool.pylint.main]
128
extension-pkg-whitelist = [
129
"numpy",
130
"scipy",
131
132
ignore = "_version.py"
133
+ load-plugins = [
134
+ "pylint.extensions.no_self_use",
135
+ ]
136
137
[tool.pylint.message_control]
138
disable = [
0 commit comments