upgrade pycodestyle to 2.7.0

This commit is contained in:
Anthony Sottile 2021-03-14 11:58:03 -07:00
parent ac9c66e80b
commit 40aba49d0d
4 changed files with 5 additions and 3 deletions

View file

@ -85,6 +85,8 @@ class FileProcessor(object):
self.indent_level = 0
#: Number of spaces used for indentation
self.indent_size = options.indent_size
#: String representing the space indentation
self.indent_size_str = self.indent_size * " "
#: Line number in the file
self.line_number = 0
#: Current logical line