diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-04 10:40:40 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-04 10:49:08 +0200 |
commit | a69755d79a626e21794dc2c4233fd5af1233b807 (patch) | |
tree | 5aa193682d951eb2d6b11e0298b7cb4a3333d6dc /pylintrc | |
parent | 5e5f2427c8aa62a69d6bce9b56233a03e2d56c43 (diff) | |
download | pylint-git-a69755d79a626e21794dc2c4233fd5af1233b807.tar.gz |
Remove implicit concat in str shortened enough by black
Diffstat (limited to 'pylintrc')
-rw-r--r-- | pylintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ no-space-check=trailing-comma,dict-separator # Maximum number of lines in a module max-module-lines=2000 -# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 +# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 # tab). indent-string=' ' |