9228ad83a3ecde2fb5a714d1eb43c7c1ee2e200b,src/python/pants/backend/python/lint/isort/rules_integration_test.py,IsortIntegrationTest,run_isort,#,53
Before Change
)
input_snapshot = self.request_single_product(
Snapshot,
DirectoriesToMerge(
tuple(target.adaptor.sources.snapshot.directory_digest for target in targets)
),
)
fmt_result = self.request_single_product(
FmtResult,
After Change
if skip:
args.append(f"--isort-skip")
options_bootstrapper = create_options_bootstrapper(args=args)
configs = [IsortConfiguration.create(tgt) for tgt in targets]
lint_result = self.request_single_product(
LintResult, Params(IsortConfigurations(configs), options_bootstrapper)
)
input_snapshot = self.request_single_product(
SourceFiles,
Params(
AllSourceFilesRequest(config.sources for config in configs), options_bootstrapper
),
)
fmt_result = self.request_single_product(
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 8
Instances
Project Name: pantsbuild/pants
Commit Name: 9228ad83a3ecde2fb5a714d1eb43c7c1ee2e200b
Time: 2020-04-15
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/isort/rules_integration_test.py
Class Name: IsortIntegrationTest
Method Name: run_isort
Project Name: pantsbuild/pants
Commit Name: 9228ad83a3ecde2fb5a714d1eb43c7c1ee2e200b
Time: 2020-04-15
Author: 14852634+Eric-Arellano@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/black/rules_integration_test.py
Class Name: BlackIntegrationTest
Method Name: run_black
Project Name: pantsbuild/pants
Commit Name: 95a2e14c7613e4603a629dbc1c26799b40412391
Time: 2020-02-26
Author: ericarellano@me.com
File Name: src/python/pants/backend/python/rules/prepare_chrooted_python_sources.py
Class Name:
Method Name: prepare_chrooted_python_sources