47c165dba3a8b03c69425a332b5de5f3a61b534e,src/python/pants/backend/python/lint/isort/rules_integration_test.py,IsortIntegrationTest,rules,#Any#,38
Before Change
@classmethod
def rules(cls):
return (*super().rules(), *isort_rules(), RootRule(IsortTarget))
def run_isort(
self,
source_files: List[FileContent],
After Change
@classmethod
def rules(cls):
return (
*super().rules(),
*isort_rules(),
download_pex_bin.download_pex_bin,
*pex.rules(),
*python_native_code.rules(),
*subprocess_environment.rules(),
RootRule(IsortTarget),
RootRule(download_pex_bin.DownloadedPexBin.Factory),
)
def run_isort(
self,
source_files: List[FileContent],
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 17
Instances
Project Name: pantsbuild/pants
Commit Name: 47c165dba3a8b03c69425a332b5de5f3a61b534e
Time: 2020-02-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/isort/rules_integration_test.py
Class Name: IsortIntegrationTest
Method Name: rules
Project Name: pantsbuild/pants
Commit Name: 47c165dba3a8b03c69425a332b5de5f3a61b534e
Time: 2020-02-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/black/rules_integration_test.py
Class Name: BlackIntegrationTest
Method Name: rules
Project Name: pantsbuild/pants
Commit Name: 47c165dba3a8b03c69425a332b5de5f3a61b534e
Time: 2020-02-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/isort/rules_integration_test.py
Class Name: IsortIntegrationTest
Method Name: rules
Project Name: pantsbuild/pants
Commit Name: 47c165dba3a8b03c69425a332b5de5f3a61b534e
Time: 2020-02-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/bandit/rules_integration_test.py
Class Name: BanditIntegrationTest
Method Name: rules
Project Name: pantsbuild/pants
Commit Name: 47c165dba3a8b03c69425a332b5de5f3a61b534e
Time: 2020-02-10
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: src/python/pants/backend/python/lint/flake8/rules_integration_test.py
Class Name: Flake8IntegrationTest
Method Name: rules