7638:176145438b1e | 7639:422fd05e9c91 |
---|---|
47 500 line length | 47 500 line length |
48 600 deprecation | 48 600 deprecation |
49 700 statements | 49 700 statements |
50 900 syntax error | 50 900 syntax error |
51 """ | 51 """ |
52 from __future__ import with_statement | |
53 | 52 |
54 # | 53 # |
55 # This is a modified version to make the original pycodestyle.py better | 54 # This is a modified version to make the original pycodestyle.py better |
56 # suitable for being called from within the eric6 IDE. The modifications | 55 # suitable for being called from within the eric6 IDE. The modifications |
57 # are as follows: | 56 # are as follows: |
2826 | 2825 |
2827 | 2826 |
2828 if __name__ == '__main__': | 2827 if __name__ == '__main__': |
2829 _main() | 2828 _main() |
2830 # | 2829 # |
2831 # eflag: noqa = D2, M601, M701, M702, M801 | 2830 # eflag: noqa = D2, M601, M801 |