File tree
10 files changed
+10
-10
lines changed- submodules
10 files changed
+10
-10
lines changedSubmodule astroid updated from 36dda3f to 5e1a1b7
Submodule pycodestyle updated 24 files
- .github/workflows/main.yml+4-16
- .pre-commit-config.yaml+23
- CHANGES.txt+17
- CONTRIBUTING.rst+1-1
- README.rst+2-2
- docs/conf.py+49-51
- docs/developer.rst+4-4
- docs/intro.rst+4-4
- pycodestyle.py+123-141
- setup.py+1-12
- testsuite/E12not.py+3-3
- testsuite/E20.py+23
- testsuite/E26.py+7
- testsuite/E27.py+7
- testsuite/E71.py+2
- testsuite/E72.py+11-3
- testsuite/W19.py+3-3
- testsuite/python3.py+2
- testsuite/python310.py+24
- testsuite/python38.py+28
- testsuite/support.py+1-1
- testsuite/test_all.py-3
- testsuite/test_api.py+1-16
- tox.ini+1-1
Submodule pydocstyle updated 28 files
- .bumpversion.cfg+1-1
- .github/workflows/test.yml+2-2
- .gitpod.yml+15
- Makefile+8
- README.rst+16-2
- docs/conf.py+1-1
- docs/error_codes.rst+2-2
- docs/release_notes.rst+28
- docs/snippets/config.rst+16-6
- pyproject.toml+13
- requirements/docs.txt+3
- requirements/runtime.txt+1
- requirements/tests.txt+5-4
- setup.py+7-1
- src/pydocstyle/checker.py+61-10
- src/pydocstyle/cli.py+2
- src/pydocstyle/config.py+179-11
- src/pydocstyle/parser.py+10-4
- src/pydocstyle/utils.py+1-1
- src/pydocstyle/violations.py+5-1
- src/tests/test_cases/capitalization.py+1-1
- src/tests/test_cases/sections.py+1-4
- src/tests/test_cases/test.py+8-3
- src/tests/test_decorators.py+1-1
- src/tests/test_definitions.py+11-4
- src/tests/test_integration.py+125-13
- src/tests/test_utils.py+1-1
- tox.ini+10-20
- .github/workflows/test.yml+5-7
- NEWS.rst+6
- README.rst+2-4
- pyflakes/__init__.py+1-1
- pyflakes/api.py-2
- pyflakes/checker.py+39-11
- pyflakes/test/test_api.py+28-15
- pyflakes/test/test_imports.py+6
- pyflakes/test/test_match.py+83
- pyflakes/test/test_other.py-16
- pyflakes/test/test_type_annotations.py+58-1
- setup.py+4-7
- tox.ini+1-1
- .bumpversion.cfg+1-2
- .coveragerc-4
- .github/dependabot.yml+15
- .github/workflows/docs.yml+18
- .github/workflows/release.yml+50
- .github/workflows/tests.yml+48
- .pre-commit-hooks.yaml+11
- .travis.yml-30
- AUTHORS-26
- Changelog+114
- DESCRIPTION-1
- LICENSE+23-165
- MANIFEST.in+2-1
- Makefile+16-11
- README.rst+110-96
- docs/conf.py+54-22
- docs/index.html-12
- docs/index.html.zip
- docs/index.rst+1-1
- docs/requirements.txt+4
- dummy.py+1
- pylama/__init__.py+8-5
- pylama/__main__.py+2-2
- pylama/check_async.py+23-54
- pylama/config.py+180-168
- pylama/context.py+197
- pylama/core.py+37-210
- pylama/errors.py+109-98
- pylama/hook.py+59-56
- pylama/libs/importlib.py-38
- pylama/libs/inirama.py+2-46
- pylama/lint/__init__.py+57-10
- pylama/lint/extensions.py-65
- pylama/lint/pylama_eradicate.py+16-24
- pylama/lint/pylama_fake.py+17
- pylama/lint/pylama_mccabe.py+36-15
- pylama/lint/pylama_mypy.py+39-64
- pylama/lint/pylama_pycodestyle.py+33-54
- pylama/lint/pylama_pydocstyle.py+38-29
- pylama/lint/pylama_pyflakes.py+35-35
- pylama/lint/pylama_pylint.py+57-58
- pylama/lint/pylama_radon.py+58-19
- pylama/lint/pylama_vulture.py+64
- pylama/main.py+95-59
- pylama/pytest.py+31-23
- pylama/utils.py+22
- requirements-test.txt-7
- requirements.txt-6
- requirements/requirements-tests.txt+10
- requirements/requirements.txt+6
- setup.cfg+66-12
- setup.py+13-56
- tests/conftest.py+47
- tests/test_config.py+17-51
- tests/test_context.py+84
- tests/test_core.py+18-54
- tests/test_linters.py+219-61
- tests/test_shell.py+70
- tests/test_vcs.py+13
- tox.ini-21
Submodule pylint updated from 3eb0362 to 4cc1d8d
0 commit comments