File tree
10 files changed
+10
-10
lines changed- submodules
10 files changed
+10
-10
lines changedSubmodule astroid updated from 8523ba8 to a362368
- .codecov.yml+5
- .github/ISSUE_TEMPLATE.md+1-1
- .github/dependabot.yml+6
- .github/workflows/codeql-analysis.yml+4-4
- .github/workflows/python-package.yml+8-6
- .github/workflows/python-publish.yml+14-10
- .gitignore+1
- .pre-commit-config.yaml+5
- .pre-commit-hooks.yaml+7
- MANIFEST.in+1-4
- Makefile-1
- README.rst+22-10
- autopep8.py+239-159
- coveralls.bash-8
- pyproject.toml+52
- setup.py-59
- test/example_with_reduce.py-2.7k
- test/inspect_example.py-15
- test/suite/E10.py+5-6
- test/suite/E72.py+2-2
- test/suite/E90.py+16
- test/suite/out/E10.py+7-6
- test/suite/out/E72.py+5-5
- test/suite/out/E90.py+17
- test/test_autopep8.py+246-120
- tox.ini+2-2
Submodule pycodestyle updated 16 files
- .github/workflows/main.yml+9-6
- .pre-commit-config.yaml+7-7
- .readthedocs.yaml+8
- CHANGES.txt+42
- docs/intro.rst+2
- pycodestyle.py+78-32
- setup.cfg+1-2
- testing/data/E20.py+17
- testing/data/E30.py+14
- testing/data/E50.py+7
- testing/data/E72.py+2
- testing/data/python313.py+22
- testing/data/python314.py+19
- testing/data/python36.py+1
- tests/test_E901.py+2-2
- tests/test_pycodestyle.py+19
Submodule pydocstyle updated 34 files
- .bumpversion.cfg-18
- .github/workflows/pre-release.yml+38
- .github/workflows/release.yml+37
- .github/workflows/test.yml+12-6
- .gitpod.yml+15
- Makefile+8
- README.rst+18-4
- docs/conf.py+1-1
- docs/error_codes.rst+2-2
- docs/index.rst+3-1
- docs/release_notes.rst+62
- docs/snippets/config.rst+17-6
- poetry.lock+82
- pyproject.toml+49
- requirements/docs.txt+4-3
- requirements/runtime.txt+3-1
- requirements/tests.txt+4-4
- setup.py-47
- src/pydocstyle/__init__.py+2-1
- src/pydocstyle/_version.py+13
- src/pydocstyle/checker.py+97-21
- src/pydocstyle/cli.py+4
- src/pydocstyle/config.py+203-14
- src/pydocstyle/parser.py+30-5
- src/pydocstyle/utils.py-2
- src/pydocstyle/violations.py+5-1
- src/tests/test_cases/capitalization.py+1-1
- src/tests/test_cases/sections.py+12-4
- src/tests/test_cases/test.py+8-3
- src/tests/test_decorators.py+18-3
- src/tests/test_definitions.py+11-4
- src/tests/test_integration.py+199-13
- src/tests/test_utils.py+1-1
- tox.ini+16-20
- .github/workflows/test.yml+3-3
- NEWS.rst+39
- README.rst+3-3
- pyflakes/__init__.py+1-1
- pyflakes/checker.py+237-234
- pyflakes/messages.py+13-7
- pyflakes/reporter.py+2-3
- pyflakes/test/test_api.py+40-68
- pyflakes/test/test_doctests.py+3-10
- pyflakes/test/test_imports.py+7-3
- pyflakes/test/test_match.py+11
- pyflakes/test/test_other.py+110-46
- pyflakes/test/test_type_annotations.py+134-6
- pyflakes/test/test_undefined_names.py+2-2
- setup.py+1-6
- tox.ini+2-3
Submodule pylint updated from fc34a4b to f798a4a
Submodule pytoolconfig updated 35 files
- .github/workflows/pre-commit.yml+15
- .github/workflows/python-publish.yml+7-19
- .github/workflows/tox.yml+8-24
- .gitignore+1
- .pre-commit-config.yaml+29-54
- .readthedocs.yaml+1-1
- README.md+2-2
- docs/conf.py+20-13
- docs/documentation.rst+3-3
- docs/index.rst+3-3
- docs/universal_config.rst+1-1
- pyproject.toml+67-33
- renovate.json+11
- src/pytoolconfig/__init__.py
- src/pytoolconfig/_version.py
- src/pytoolconfig/documentation.py+41-21
- src/pytoolconfig/fields.py+49-11
- src/pytoolconfig/py.typed
- src/pytoolconfig/pytoolconfig.py+16-11
- src/pytoolconfig/sources/__init__.py+1
- src/pytoolconfig/sources/ini.py+5-2
- src/pytoolconfig/sources/pyproject.py+11-11
- src/pytoolconfig/sources/pytool.py+10-5
- src/pytoolconfig/sources/setup_cfg.py+9-2
- src/pytoolconfig/sources/source.py+1
- src/pytoolconfig/types.py+3-15
- src/pytoolconfig/universal_config.py+7-4
- src/pytoolconfig/utils.py+47-8
- tests/__init__.py
- tests/configfiles/pyproject.toml+28-31
- tests/configfiles/test_config.ini+1-1
- tests/conftest.py+11-3
- tests/test_documentation.py+6-2
- tests/test_enum.py+25
- tests/test_pytoolconfig.py+3-4
- .all-contributorsrc+38-1
- .github/workflows/main.yml+8-3
- .github/workflows/python-publish.yml+27
- .gitignore+1-1
- .pre-commit-config.yaml+3-3
- .readthedocs.yaml+5-1
- CHANGELOG.md+39
- CODE_OF_CONDUCT.md+128
- CONTRIBUTORS.md+4
- MANIFEST.in+1-1
- README.rst+5-1
- SECURITY.md+9
- docs/conf.py+5-4
- docs/configuration.rst+7-2
- docs/contributing.rst+8-1
- docs/library.rst+4-2
- docs/release-process.rst+6-7
- gha-cache-key.txt+64-31
- pyproject.toml+10-4
- rope/__init__.py+4-4
- rope/base/builtins.py+1
- rope/base/evaluate.py+1-1
- rope/base/fscommands.py+1
- rope/base/libutils.py+1
- rope/base/oi/soi.py+1
- rope/base/oi/transform.py+1
- rope/base/oi/type_hinting/providers/docstrings.py+1
- rope/base/oi/type_hinting/providers/numpydocstrings.py+1
- rope/base/prefs.py+26-1
- rope/base/project.py+1
- rope/base/pyobjects.py+6-4
- rope/base/resources.py+18-12
- rope/base/simplify.py+1
- rope/base/versioning.py+4-1
- rope/contrib/autoimport/__init__.py+1
- rope/contrib/autoimport/defs.py+8
- rope/contrib/autoimport/models.py+50-8
- rope/contrib/autoimport/pickle.py-1
- rope/contrib/autoimport/sqlite.py+174-33
- rope/contrib/autoimport/utils.py+3-2
- rope/contrib/finderrors.py+1
- rope/contrib/fixmodnames.py+1
- rope/contrib/generate.py+1-1
- rope/refactor/__init__.py+1
- rope/refactor/extract.py+75-2
- rope/refactor/functionutils.py+84-19
- rope/refactor/importutils/__init__.py+1
- rope/refactor/importutils/module_imports.py+10-4
- rope/refactor/inline.py+3-3
- rope/refactor/move.py+2-1
- rope/refactor/occurrences.py+11-8
- rope/refactor/patchedast.py+8-4
- rope/refactor/rename.py+12
- rope/refactor/similarfinder.py+1
- ropetest-package-fixtures/external_fixturepkg/README.md+12
- ropetest-package-fixtures/external_fixturepkg/dist/external_fixturepkg-1.0.0-py3-none-any.whl
- ropetest-package-fixtures/external_fixturepkg/dist/external_fixturepkg-1.0.0.tar.gz
- ropetest-package-fixtures/external_fixturepkg/pyproject.toml+18
- ropetest-package-fixtures/external_fixturepkg/src/external_fixturepkg/__init__.py+2
- ropetest-package-fixtures/external_fixturepkg/src/external_fixturepkg/__main__.py+6
- ropetest-package-fixtures/external_fixturepkg/src/external_fixturepkg/mod1.py+1
- ropetest/codeanalyzetest.py+2-2
- ropetest/conftest.py+70-2
- ropetest/contrib/autoimport/autoimporttest.py+192-2
- ropetest/contrib/autoimport/conftest.py+16-14
- ropetest/contrib/autoimport/utilstest.py+12-8
- ropetest/contrib/autoimporttest.py+53-10
- ropetest/projecttest.py+13
- ropetest/refactor/extracttest.py+250
- ropetest/refactor/inlinetest.py+96
- ropetest/refactor/patchedasttest.py+29
- ropetest/refactor/renametest.py+197-87
- ropetest/refactor/similarfindertest.py+1-1
- .bumpversion.cfg+1-1
- .github/workflows/tests.yaml+119-21
- .pre-commit-config.yaml+9-13
- CHANGELOG.md+25-2
- MANIFEST.in+1
- README.md+57-32
- profiler/profiler_script.py+1
- pyproject.toml+73-68
- scripts/requirements.txt+1
- scripts/use_setuptools.py+12
- setup.py+15
- src/tomli/__init__.py+1-4
- src/tomli/_parser.py+158-79
- src/tomli/_re.py+10-5
- tests/test_error.py+46-2
- tests/test_misc.py+30-1
- tomllib.md+55
0 commit comments