summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 10:40:40 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-04 10:49:08 +0200
commita69755d79a626e21794dc2c4233fd5af1233b807 (patch)
tree5aa193682d951eb2d6b11e0298b7cb4a3333d6dc /pylintrc
parent5e5f2427c8aa62a69d6bce9b56233a03e2d56c43 (diff)
downloadpylint-git-a69755d79a626e21794dc2c4233fd5af1233b807.tar.gz
Remove implicit concat in str shortened enough by black
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 9a6361852..a9be565fe 100644
--- a/pylintrc
+++ b/pylintrc
@@ -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=' '