4 files changed
+4
-4
lines changedSubmodule astroid updated from 6c8bfb4 to a672051
Submodule pycodestyle updated 28 files
- .coveragerc+40
- .gitignore+5-4
- .travis.yml+2
- CHANGES.txt+40-1
- CONTRIBUTING.rst+4-2
- LICENSE+1-1
- Makefile+3-13
- pycodestyle.py+130-34
- setup.py+1
- testsuite/E10.py+2-2
- testsuite/E11.py+3
- testsuite/E12.py+23-1
- testsuite/E12not.py+20
- testsuite/E22.py+13
- testsuite/E30.py+13-5
- testsuite/E30not.py+40
- testsuite/E40.py+15
- testsuite/E71.py+9
- testsuite/E72.py+3
- testsuite/E90.py+1-1
- testsuite/W19.py+19-19
- testsuite/python3.py+7
- testsuite/python38.py+27
- testsuite/test_all.py-28
- testsuite/test_api.py+30-38
- testsuite/test_blank_lines.py+1-3
- testsuite/test_shell.py+1-1
- tox.ini+11-10
Submodule pylint updated from 089f510 to 6c6ffc3
- .travis.yml+2-1
- rope/__init__.py+1-1
- rope/base/ast.py+8-7
- rope/base/change.py+3-3
- rope/base/codeanalyze.py+1-1
- rope/base/evaluate.py+8
- rope/base/libutils.py+1
- rope/base/oi/__init__.py+1-1
- rope/base/oi/objectdb.py+2-6
- rope/base/oi/soi.py+1-1
- rope/base/oi/transform.py+1-1
- rope/base/oi/type_hinting/utils.py+34-16
- rope/base/project.py+2-2
- rope/base/pynames.py+1-1
- rope/base/pyobjects.py+1-1
- rope/base/resourceobserver.py+2-2
- rope/base/resources.py+1-1
- rope/base/utils/datastructures.py+5-2
- rope/base/utils/pycompat.py+3-3
- rope/contrib/autoimport.py+1-1
- rope/contrib/codeassist.py+2-2
- rope/contrib/finderrors.py+1-1
- rope/contrib/findit.py+3-3
- rope/refactor/change_signature.py+2-2
- rope/refactor/encapsulate_field.py+1-1
- rope/refactor/importutils/__init__.py+1-1
- rope/refactor/importutils/actions.py+1-1
- rope/refactor/introduce_factory.py+1-1
- rope/refactor/move.py+1-1
- rope/refactor/rename.py+1-1
- rope/refactor/restructure.py+1-1
- ropetest/advanced_oi_test.py+24-14
- ropetest/codeanalyzetest.py+5
- ropetest/contrib/codeassisttest.py+40-40
- ropetest/type_hinting_test.py+4-4
0 commit comments