mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 12:36:54 +00:00
upgrade pycodestyle to 2.7.0
This commit is contained in:
parent
ac9c66e80b
commit
40aba49d0d
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue