fix: pylint file name was wrong

This commit is contained in:
Roxie Gibson 2021-01-21 15:32:18 +00:00
parent e24ef80272
commit 364663ab66
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ indent-after-paren=4
indent-string=' '
# Maximum number of characters on a single line.
max-line-length=120
max-line-length=140
# Maximum number of lines in a module.
max-module-lines=1000