We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519989f commit 29a8fa1Copy full SHA for 29a8fa1
1 file changed
pyproject.toml
@@ -48,8 +48,7 @@ dev = [
48
"flit >=3.2.0,<4.0.0",
49
"mypy >=1.0.0,!=1.20.2,<1.21",
50
"pip-audit >=2.4.4,<3.0.0",
51
- "pylint >=3.0.0,<4.1.0",
52
- "perflint >=0.8.0,<1.0.0",
+ "pylint >=4.0.0,<4.1.0",
53
"cyclonedx-bom >=7.0.0,<8.0.0",
54
]
55
docs = [
@@ -176,9 +175,7 @@ ignore_missing_imports = true
176
175
# https://pylint.pycqa.org/en/latest/user_guide/configuration/index.html
177
[tool.pylint.main]
178
fail-under = 10.0
179
-suggestion-mode = true
180
load-plugins = [
181
- "perflint", # A Linter for performance anti-patterns.
182
"pylint.extensions.bad_builtin",
183
"pylint.extensions.broad_try_clause",
184
"pylint.extensions.check_elif",
@@ -212,6 +209,7 @@ disable = [
212
209
"too-many-arguments",
213
210
"too-many-boolean-expressions",
214
211
"too-many-branches",
+ "too-many-function-args",
215
"too-many-instance-attributes",
216
"too-many-lines",
217
"too-many-locals",
0 commit comments