Rename pylint section in tox.ini, suppress f-string suggestion for now

This commit is contained in:
Lee Miller 2023-08-02 05:11:59 +03:00
parent 1a1db393c1
commit 5abaa94d42
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 2 deletions

View File

@ -39,5 +39,5 @@ omit =
[coverage:report]
ignore_errors = true
[MESSAGES CONTROL]
disable = invalid-name
[pylint.main]
disable = invalid-name,consider-using-f-string