6 files changed
+6
-6
lines changedSubmodule astroid updated from a672051 to 2d25e84
Submodule pydocstyle updated 24 files
- .appveyor.yml-17
- .bumpversion.cfg+1-2
- .github/workflows/test.yml+22
- .gitignore+3
- .travis.yml-29
- README.rst+5-6
- docs/conf.py+1-1
- docs/error_codes.rst+17-13
- docs/release_notes.rst+29
- docs/snippets/publicity.rst+9-1
- setup.py+4-1
- src/pydocstyle/checker.py+37-11
- src/pydocstyle/cli.py+1-1
- src/pydocstyle/config.py+1-1
- src/pydocstyle/parser.py+56-9
- src/pydocstyle/utils.py+1-1
- src/pydocstyle/wordlists.py+1-1
- src/tests/parser_test.py+64-7
- src/tests/test_cases/expected.py+2-2
- src/tests/test_cases/functions.py+24
- src/tests/test_cases/noqa.py+1
- src/tests/test_cases/sections.py+86-13
- src/tests/test_integration.py+70-4
- tox.ini+24-15
Submodule pylint updated from 6c6ffc3 to 8197144
- pytest.ini+4
- rope/__init__.py+1-1
- rope/base/codeanalyze.py+1-1
- rope/base/pynames.py+2-1
- rope/base/pyobjectsdef.py+4-1
- rope/base/utils/__init__.py+30
- rope/base/worder.py+2-1
- rope/refactor/patchedast.py+24
- rope/refactor/similarfinder.py+1-1
- ropetest/codeanalyzetest.py+14-4
- ropetest/contrib/codeassisttest.py+69-2
- ropetest/refactor/patchedasttest.py+38-16
- ropetest/refactor/similarfindertest.py+6
- ropetest/type_hinting_test.py+36-36
0 commit comments