Merge contradictory indent directives (#3226)

This commit is contained in:
jonathanmetzman 2020-01-13 09:34:28 -08:00 committed by GitHub
parent 14758dfe7d
commit d76fe9aeeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -581,8 +581,5 @@ min-public-methods=2
overgeneral-exceptions=BaseException, overgeneral-exceptions=BaseException,
Exception Exception
# String used as indentation unit. We differ from PEP8's normal 4 spaces.
indent-string=' '
# Maximum number of characters on a single line. # Maximum number of characters on a single line.
max-line-length=80 max-line-length=80