CONTRIBUTING.rst
CONTRIBUTORS.txt
LICENSE
MANIFEST.in
README.rst
pytest.ini
setup.cfg
setup.py
tox.ini
docs/source/conf.py
docs/source/faq.rst
docs/source/glossary.rst
docs/source/index.rst
docs/source/manpage.rst
docs/source/internal/checker.rst
docs/source/internal/cli.rst
docs/source/internal/contributing.rst
docs/source/internal/formatters.rst
docs/source/internal/index.rst
docs/source/internal/option_handling.rst
docs/source/internal/plugin_handling.rst
docs/source/internal/releases.rst
docs/source/internal/start-to-finish.rst
docs/source/internal/utils.rst
docs/source/internal/writing-code.rst
docs/source/internal/writing-documentation.rst
docs/source/plugin-development/cross-compatibility.rst
docs/source/plugin-development/formatters.rst
docs/source/plugin-development/index.rst
docs/source/plugin-development/plugin-parameters.rst
docs/source/plugin-development/registering-plugins.rst
docs/source/release-notes/0.6.0.rst
docs/source/release-notes/0.7.0.rst
docs/source/release-notes/0.8.0.rst
docs/source/release-notes/0.9.0.rst
docs/source/release-notes/1.0.0.rst
docs/source/release-notes/1.1.0.rst
docs/source/release-notes/1.2.0.rst
docs/source/release-notes/1.3.0.rst
docs/source/release-notes/1.3.1.rst
docs/source/release-notes/1.4.0.rst
docs/source/release-notes/1.5.0.rst
docs/source/release-notes/1.6.0.rst
docs/source/release-notes/1.6.1.rst
docs/source/release-notes/1.6.2.rst
docs/source/release-notes/1.7.0.rst
docs/source/release-notes/2.0.0.rst
docs/source/release-notes/2.1.0.rst
docs/source/release-notes/2.2.0.rst
docs/source/release-notes/2.2.1.rst
docs/source/release-notes/2.2.2.rst
docs/source/release-notes/2.2.3.rst
docs/source/release-notes/2.2.4.rst
docs/source/release-notes/2.2.5.rst
docs/source/release-notes/2.3.0.rst
docs/source/release-notes/2.4.0.rst
docs/source/release-notes/2.4.1.rst
docs/source/release-notes/2.5.0.rst
docs/source/release-notes/2.5.1.rst
docs/source/release-notes/2.5.2.rst
docs/source/release-notes/2.5.3.rst
docs/source/release-notes/2.5.4.rst
docs/source/release-notes/2.5.5.rst
docs/source/release-notes/2.6.0.rst
docs/source/release-notes/2.6.1.rst
docs/source/release-notes/2.6.2.rst
docs/source/release-notes/3.0.0.rst
docs/source/release-notes/3.0.1.rst
docs/source/release-notes/3.0.2.rst
docs/source/release-notes/3.0.3.rst
docs/source/release-notes/3.0.4.rst
docs/source/release-notes/3.1.0.rst
docs/source/release-notes/3.1.1.rst
docs/source/release-notes/3.2.0.rst
docs/source/release-notes/3.2.1.rst
docs/source/release-notes/3.3.0.rst
docs/source/release-notes/3.4.0.rst
docs/source/release-notes/3.4.1.rst
docs/source/release-notes/3.5.0.rst
docs/source/release-notes/3.6.0.rst
docs/source/release-notes/3.7.0.rst
docs/source/release-notes/3.7.1.rst
docs/source/release-notes/3.7.2.rst
docs/source/release-notes/3.7.3.rst
docs/source/release-notes/3.7.4.rst
docs/source/release-notes/3.7.5.rst
docs/source/release-notes/3.7.6.rst
docs/source/release-notes/3.7.7.rst
docs/source/release-notes/3.7.8.rst
docs/source/release-notes/index.rst
docs/source/user/configuration.rst
docs/source/user/error-codes.rst
docs/source/user/index.rst
docs/source/user/invocation.rst
docs/source/user/options.rst
docs/source/user/python-api.rst
docs/source/user/using-hooks.rst
docs/source/user/using-plugins.rst
docs/source/user/violations.rst
src/flake8/__init__.py
src/flake8/__main__.py
src/flake8/checker.py
src/flake8/defaults.py
src/flake8/exceptions.py
src/flake8/processor.py
src/flake8/statistics.py
src/flake8/style_guide.py
src/flake8/utils.py
src/flake8.egg-info/PKG-INFO
src/flake8.egg-info/SOURCES.txt
src/flake8.egg-info/dependency_links.txt
src/flake8.egg-info/entry_points.txt
src/flake8.egg-info/requires.txt
src/flake8.egg-info/top_level.txt
src/flake8/api/__init__.py
src/flake8/api/legacy.py
src/flake8/formatting/__init__.py
src/flake8/formatting/base.py
src/flake8/formatting/default.py
src/flake8/main/__init__.py
src/flake8/main/application.py
src/flake8/main/cli.py
src/flake8/main/debug.py
src/flake8/main/git.py
src/flake8/main/mercurial.py
src/flake8/main/options.py
src/flake8/main/setuptools_command.py
src/flake8/main/vcs.py
src/flake8/options/__init__.py
src/flake8/options/aggregator.py
src/flake8/options/config.py
src/flake8/options/manager.py
src/flake8/plugins/__init__.py
src/flake8/plugins/manager.py
src/flake8/plugins/pyflakes.py
tests/__init__.py
tests/conftest.py
tests/fixtures/config_files/README.rst
tests/fixtures/config_files/broken.ini
tests/fixtures/config_files/cli-specified-with-inline-comments.ini
tests/fixtures/config_files/cli-specified-without-inline-comments.ini
tests/fixtures/config_files/cli-specified.ini
tests/fixtures/config_files/config-with-hyphenated-options.ini
tests/fixtures/config_files/local-config.ini
tests/fixtures/config_files/local-plugin-path.ini
tests/fixtures/config_files/local-plugin.ini
tests/fixtures/config_files/no-flake8-section.ini
tests/fixtures/config_files/user-config.ini
tests/fixtures/diffs/multi_file_diff
tests/fixtures/diffs/single_file_diff
tests/fixtures/diffs/two_file_diff
tests/fixtures/example-code/empty.py
tests/fixtures/example-code/invalid-syntax.py
tests/fixtures/example-code/inline-ignores/E501.py
tests/fixtures/example-code/inline-ignores/E731.py
tests/integration/test_aggregator.py
tests/integration/test_api_legacy.py
tests/integration/test_checker.py
tests/integration/test_main.py
tests/integration/test_plugins.py
tests/integration/subdir/aplugin.py
tests/unit/conftest.py
tests/unit/test_application.py
tests/unit/test_base_formatter.py
tests/unit/test_checker_manager.py
tests/unit/test_config_file_finder.py
tests/unit/test_debug.py
tests/unit/test_decision_engine.py
tests/unit/test_exceptions.py
tests/unit/test_file_checker.py
tests/unit/test_file_processor.py
tests/unit/test_filenameonly_formatter.py
tests/unit/test_get_local_plugins.py
tests/unit/test_git.py
tests/unit/test_legacy_api.py
tests/unit/test_merged_config_parser.py
tests/unit/test_nothing_formatter.py
tests/unit/test_option.py
tests/unit/test_option_manager.py
tests/unit/test_plugin.py
tests/unit/test_plugin_manager.py
tests/unit/test_plugin_type_manager.py
tests/unit/test_pyflakes_codes.py
tests/unit/test_setuptools_command.py
tests/unit/test_statistics.py
tests/unit/test_style_guide.py
tests/unit/test_utils.py
tests/unit/test_violation.py