91fd37320688ecfd4a59db72f78cb5b1d7cd8e1c,src/python/pants/backend/python/lint/flake8/rules.py,,flake8_lint_partition,#Any#Any#Any#,62
Before Change
),
)
config_digest_request = Get(
Digest,
PathGlobs(
globs=[flake8.config] if flake8.config else [],
glob_match_error_behavior=GlobMatchErrorBehavior.error,
description_of_origin="the option `--flake8-config`",
),
)
source_files_request = Get(
SourceFiles, SourceFilesRequest(field_set.sources for field_set in partition.field_sets)
)
After Change
main=flake8.main,
),
)
config_files_get = Get(ConfigFiles, ConfigFilesRequest, flake8.config_request)
source_files_get = Get(
SourceFiles, SourceFilesRequest(field_set.sources for field_set in partition.field_sets)
)
flake8_pex, config_files, source_files = await MultiGet(
In pattern: SUPERPATTERN
Frequency: 5
Non-data size: 12
Instances
Project Name: pantsbuild/pants
Commit Name: 91fd37320688ecfd4a59db72f78cb5b1d7cd8e1c
Time: 2021-04-06
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/flake8/rules.py
Class Name:
Method Name: flake8_lint_partition
Project Name: pantsbuild/pants
Commit Name: 91fd37320688ecfd4a59db72f78cb5b1d7cd8e1c
Time: 2021-04-06
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/pylint/rules.py
Class Name:
Method Name: pylint_lint_partition
Project Name: pantsbuild/pants
Commit Name: 91fd37320688ecfd4a59db72f78cb5b1d7cd8e1c
Time: 2021-04-06
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/bandit/rules.py
Class Name:
Method Name: bandit_lint_partition
Project Name: pantsbuild/pants
Commit Name: 91fd37320688ecfd4a59db72f78cb5b1d7cd8e1c
Time: 2021-04-06
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/black/rules.py
Class Name:
Method Name: setup_black
Project Name: pantsbuild/pants
Commit Name: 91fd37320688ecfd4a59db72f78cb5b1d7cd8e1c
Time: 2021-04-06
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/goals/pytest_runner.py
Class Name:
Method Name: setup_pytest_for_target