Starting to refactor the normalizer to make sure that comments are also checked for indentation.

Using a linked list now for the indentation stack.
This commit is contained in:
Dave Halter
2017-07-02 18:58:43 +02:00
parent 7a7ad2038d
commit 36a59a3d3b
4 changed files with 120 additions and 122 deletions

View File

@@ -5,7 +5,6 @@ tests of pydocstyle.
import difflib
import re
from textwrap import dedent
from functools import total_ordering
import parso