Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork773
8 files changed
+8
-8
lines changedSubmoduleastroid updatedfrom 36dda3f to 8523ba8
- .github/workflows/codeql-analysis.yml+53
- .github/workflows/python-package.yml+8-8
- .github/workflows/python-publish.yml+2-2
- MANIFEST.in+1-1
- Makefile+10-1
- README.rst+20-16
- autopep8.py+181-151
- setup.py+3-3
- test/suite/E27.py+23
- test/suite/W60.py-12
- test/suite/out/E27.py+25
- test/suite/out/W19.py+3-3
- test/suite/out/W60.py-12
- test/test_autopep8.py+299-336
- tox.ini+2-2
Submodulepycodestyle updated28 files
- .github/workflows/main.yml+7-16
- .pre-commit-config.yaml+23
- CHANGES.txt+46
- CONTRIBUTING.rst+1-1
- README.rst+2-6
- docs/conf.py+49-51
- docs/developer.rst+4-4
- docs/intro.rst+5-17
- pycodestyle.py+166-220
- setup.py+1-12
- testsuite/E12not.py+3-3
- testsuite/E20.py+23
- testsuite/E26.py+7
- testsuite/E27.py+14
- testsuite/E71.py+2
- testsuite/E72.py+5
- testsuite/E74.py+13
- testsuite/W19.py+3-3
- testsuite/W60.py-15
- testsuite/python3.py+2
- testsuite/python310.py+24
- testsuite/python311.py+23
- testsuite/python38.py+34
- testsuite/support.py+1-1
- testsuite/test_all.py-3
- testsuite/test_api.py+1-16
- testsuite/test_shell.py+4-3
- tox.ini+1-1
- .github/workflows/test.yml+12-10
- NEWS.rst+27
- README.rst+9-11
- pyflakes/__init__.py+1-1
- pyflakes/api.py+7-35
- pyflakes/checker.py+186-351
- pyflakes/messages.py+12-27
- pyflakes/reporter.py+20-9
- pyflakes/scripts/pyflakes.py-1
- pyflakes/test/harness.py+4-42
- pyflakes/test/test_api.py+153-176
- pyflakes/test/test_builtin.py+1-12
- pyflakes/test/test_checker.py-186
- pyflakes/test/test_code_segment.py+1-4
- pyflakes/test/test_dict.py+1-21
- pyflakes/test/test_doctests.py+8-22
- pyflakes/test/test_imports.py+10-33
- pyflakes/test/test_match.py+83
- pyflakes/test/test_other.py+30-86
- pyflakes/test/test_return_with_arguments_inside_generator.py-34
- pyflakes/test/test_type_annotations.py+104-153
- pyflakes/test/test_undefined_names.py+13-65
- setup.py+4-7
- tox.ini+2-2
- .bumpversion.cfg+1-2
- .coveragerc-4
- .github/dependabot.yml+15
- .github/workflows/docs.yml+18
- .github/workflows/release.yml+50
- .github/workflows/tests.yml+39
- .pre-commit-hooks.yaml+11
- .travis.yml-30
- AUTHORS-26
- Changelog+120
- DESCRIPTION-1
- Dockerfile+10
- LICENSE+23-165
- MANIFEST.in+2-1
- Makefile+25-11
- README.rst+184-102
- 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+203-166
- pylama/config_toml.py+31
- pylama/context.py+197
- pylama/core.py+38-211
- 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+40-35
- pylama/lint/pylama_pylint.py+63-57
- 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+12
- requirements/requirements.txt+6
- setup.cfg+66-12
- setup.py+14-56
- tests/conftest.py+47
- tests/test_config.py+17-51
- tests/test_config_toml.py+74
- tests/test_context.py+90
- tests/test_core.py+23-56
- tests/test_linters.py+219-61
- tests/test_shell.py+70
- tests/test_vcs.py+13
- tox.ini-21
Submodulepylint updatedfrom 3eb0362 to fc34a4b
0 commit comments
Comments
(0)