File tree
9 files changed
+9
-9
lines changed- submodules
9 files changed
+9
-9
lines changedSubmodule astroid updated from 2d25e84 to 36dda3f
Submodule pycodestyle updated 14 files
Submodule pydocstyle updated 30 files
- .bumpversion.cfg+1-1
- .github/workflows/test.yml+2-2
- LICENSE-MIT+3-1
- README.rst+7-1
- docs/conf.py+1-8
- docs/index.rst+2-3
- docs/release_notes.rst+29-3
- pyproject.toml+9
- requirements/docs.txt-1
- requirements/tests.txt+3-1
- setup.py+4-5
- src/pydocstyle/__init__.py+3-5
- src/pydocstyle/__main__.py+1
- src/pydocstyle/checker.py+291-174
- src/pydocstyle/cli.py+16-8
- src/pydocstyle/config.py+214-107
- src/pydocstyle/data/imperatives.txt+1
- src/pydocstyle/data/imperatives_blacklist.txt-1
- src/pydocstyle/parser.py+223-97
- src/pydocstyle/utils.py+2-3
- src/pydocstyle/violations.py+320-115
- src/pydocstyle/wordlists.py+3-3
- src/tests/parser_test.py+13-8
- src/tests/test_cases/canonical_google_examples.py+1-1
- src/tests/test_cases/noqa.py-1
- src/tests/test_cases/test.py+87-12
- src/tests/test_cases/unicode_literals.py-2
- src/tests/test_definitions.py+3-2
- src/tests/test_integration.py+215-6
- tox.ini+7-5
- .appveyor.yml-18
- .github/workflows/test.yml+33
- .travis.yml-16
- NEWS.rst+16
- README.rst+6-6
- pyflakes/__init__.py+1-1
- pyflakes/checker.py+173-37
- pyflakes/test/test_api.py+13-16
- pyflakes/test/test_imports.py+10-1
- pyflakes/test/test_type_annotations.py+192
- pyflakes/test/test_undefined_names.py+17
- setup.py+1
- tox.ini+3-2
Submodule pylint updated from 8197144 to 3eb0362
- .github/workflows/main.yml+56
- .travis.yml-20
- rope/__init__.py+2-2
- rope/base/codeanalyze.py+1-1
- rope/base/evaluate.py+11-3
- rope/base/oi/soa.py+2-2
- rope/base/pynamesdef.py+4-1
- rope/base/pyobjectsdef.py+33-1
- rope/base/worder.py+8
- rope/contrib/generate.py+2-2
- rope/refactor/extract.py+6-1
- rope/refactor/patchedast.py+70-5
- ropetest/codeanalyzetest.py+23-2
- ropetest/contrib/codeassisttest.py+14
- ropetest/contrib/generatetest.py+26
- ropetest/pyscopestest.py+65
- ropetest/refactor/extracttest.py+211-2
- ropetest/refactor/patchedasttest.py+109-5
- ropetest/refactor/renametest.py+75
- setup.py+1
0 commit comments