aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-01-13 09:34:28 -0800
committerGravatar GitHub <noreply@github.com>2020-01-13 09:34:28 -0800
commitd76fe9aeeb24b3e31741ce1573810fc17147948c (patch)
treee644c6a82137295957a7a44a4759b21016633d59 /.pylintrc
parent14758dfe7d2315ae444db89a73b35dbfdbe07dee (diff)
Merge contradictory indent directives (#3226)
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/.pylintrc b/.pylintrc
index 60bdfd4c..00878f72 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -322,7 +322,7 @@ indent-after-paren=4
# String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
# tab).
-indent-string=' '
+indent-string=' '
# Maximum number of characters on a single line.
max-line-length=100
@@ -581,8 +581,5 @@ min-public-methods=2
overgeneral-exceptions=BaseException,
Exception
-# String used as indentation unit. We differ from PEP8's normal 4 spaces.
-indent-string=' '
-
# Maximum number of characters on a single line.
max-line-length=80 \ No newline at end of file