Set maximum args to 7 for pylint design checker

This commit is contained in:
Lee Miller 2023-08-15 00:13:36 +03:00
parent 67ecbf95d3
commit 644a09ba0b
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 1 additions and 0 deletions

View File

@ -41,3 +41,4 @@ ignore_errors = true
[pylint.main]
disable = invalid-name,consider-using-f-string,fixme
max-args = 7