Skip to content

Instantly share code, notes, and snippets.

@stuhood
Created July 27, 2020 04:24
Show Gist options
  • Save stuhood/ec04e86b8a1f44d8b11dcb79a1732a8f to your computer and use it in GitHub Desktop.
Save stuhood/ec04e86b8a1f44d8b11dcb79a1732a8f to your computer and use it in GitHub Desktop.
//pants.toml
examples/src/python/example/__init__.py
examples/src/python/example:hello_directory
examples/src/python/example/hello:hello
examples/src/python/example/hello/main:lib
pants-plugins/src/python/internal_backend/__init__.py
src/python/pants/VERSION
src/python/pants/__main__.py
src/python/pants/dummy.c
src/python/pants:init
src/python/pants:reversion_file_with_dependencies
src/python/pants/version.py
src/python/pants/backend/__init__.py
src/python/pants/backend/awslambda/__init__.py
src/python/pants/backend/codegen/__init__.py
src/python/pants/backend/python/register.py
src/python/pants/backend/python/dependency_inference/module_mapper_test.py
src/python/pants/backend/python/dependency_inference/rules.py
src/python/pants/backend/python/dependency_inference/rules_test.py
src/python/pants/backend/python/rules/coverage_integration_test.py
src/python/pants/backend/python/rules/pytest_runner_integration_test.py
src/python/pants/backend/python/rules:rules
src/python/pants/backend/python/rules/run_python_binary_integration_test.py
src/python/pants/backend/python/rules:tests
src/python/pants/backend/python/typecheck/__init__.py
src/python/pants/backend/python/typecheck/mypy/rules.py
src/python/pants/backend/python/typecheck/mypy/rules_integration_test.py
src/python/pants/bin/__init__.py
src/python/pants/bin/daemon_pants_runner.py
src/python/pants/bin/local_pants_runner.py
src/python/pants/bin/pants_exe.py
src/python/pants/bin/pants_loader.py
src/python/pants/bin/pants_runner.py
src/python/pants/bin/remote_pants_runner.py
src/python/pants/engine/internals/graph.py
src/python/pants/engine/internals/graph_test.py
src/python/pants/mypy/__init__.py
src/python/pants/net/__init__.py
src/python/pants/option/global_options.py
src/python/pants/releases:releases
testprojects/src/python/bad_requirements/BUILD
testprojects/src/python/bad_requirements/use_badreq.py
testprojects/src/python/build_file_imports_function/TEST_BUILD
testprojects/src/python/build_file_imports_function/hello.py
testprojects/src/python/build_file_imports_module/TEST_BUILD
testprojects/src/python/build_file_imports_module/hello.py
testprojects/src/python/coordinated_runs/BUILD
testprojects/src/python:coordinated_runs_directory
testprojects/src/python/no_build_file/dummy.py
testprojects/src/python/plugins/__init__.py
testprojects/src/python/plugins/mock_options/__init__.py
testprojects/src/python/plugins/mock_options/register.py
testprojects/src/python:print_env_directory
testprojects/src/python/python_targets/BUILD
testprojects/src/python/python_targets/test_unclaimed_src.py
testprojects/src/python:python_targets_directory
testprojects/src/python/sources/BUILD
testprojects/src/python:sources_directory
testprojects/src/python:unicode_directory
testprojects/src/python/coordinated_runs:creator
testprojects/src/python/coordinated_runs/creator.py
testprojects/src/python/coordinated_runs:phaser
testprojects/src/python/coordinated_runs/phaser.py
testprojects/src/python/coordinated_runs:waiter
testprojects/src/python/coordinated_runs/waiter.py
testprojects/src/python/print_env:lib
testprojects/src/python/python_targets:test
testprojects/src/python/python_targets/test_binary.py
testprojects/src/python/python_targets:test_library
testprojects/src/python/python_targets/test_library.py
testprojects/src/python/sources:sources
testprojects/src/python/sources/sources.py
testprojects/src/python/sources/sources.txt
testprojects/src/python/sources:text
testprojects/src/python/unicode:unicode
testprojects/src/python/unicode/compilation_failure:compilation_failure
testprojects/src/python/unicode/compilation_failure:lib
tests/python/pants_test/__init__.py
tests/python/pants_test/backend/__init__.py
tests/python/pants_test/backend/python/__init__.py
tests/python/pants_test/backend/python/test_pants_requirement.py
tests/python/pants_test/backend/python/test_python_requirement_list.py
tests/python/pants_test/base/__init__.py
tests/python/pants_test/base/test_build_environment.py
tests/python/pants_test/base/test_build_root.py
tests/python/pants_test/base/test_cmd_line_spec_parser.py
tests/python/pants_test/base/test_deprecated.py
tests/python/pants_test/base/test_exception_sink.py
tests/python/pants_test/base/test_exception_sink_integration.py
tests/python/pants_test/base/test_exiter_integration.py
tests/python/pants_test/base/test_generator.py
tests/python/pants_test/base/test_hash_utils.py
tests/python/pants_test/base/test_run_info.py
tests/python/pants_test/base/test_validation.py
tests/python/pants_test/bin/__init__.py
tests/python/pants_test/bin/loader_integration_test.py
tests/python/pants_test/bin/runner_integration_test.py
tests/python/pants_test/fs/__init__.py
tests/python/pants_test/fs/test_archive.py
tests/python/pants_test/fs/test_expand_path.py
tests/python/pants_test/fs/test_safe_filename.py
tests/python/pants_test/init/__init__.py
tests/python/pants_test/init/test_extension_loader.py
tests/python/pants_test/init/test_logging.py
tests/python/pants_test/init/test_options_initializer.py
tests/python/pants_test/init/test_plugin_resolver.py
tests/python/pants_test/init/test_util.py
tests/python/pants_test/integration/__init__.py
tests/python/pants_test/integration/build_ignore_integration_test.py
tests/python/pants_test/integration/changed_integration_test.py
tests/python/pants_test/integration/goal_rule_integration_test.py
tests/python/pants_test/integration/graph_integration_test.py
tests/python/pants_test/integration/list_integration_test.py
tests/python/pants_test/integration/log_output_integration_test.py
tests/python/pants_test/integration/test_prelude_integration.py
tests/python/pants_test/logging/__init__.py
tests/python/pants_test/logging/native_engine_logging_integration_test.py
tests/python/pants_test/net/__init__.py
tests/python/pants_test/net/http/__init__.py
tests/python/pants_test/net/http/test_fetcher.py
tests/python/pants_test/pantsd/__init__.py
tests/python/pants_test/pantsd/pantsd_integration_test.py
tests/python/pants_test/pantsd/pantsd_integration_test_base.py
tests/python/pants_test/pantsd/test_pants_daemon.py
tests/python/pants_test/pantsd/test_pants_daemon_core.py
tests/python/pants_test/pantsd/test_process_manager.py
tests/python/pants_test/pantsd/service/__init__.py
tests/python/pants_test/pantsd/service/test_pants_service.py
tests/python/pants_test/process/__init__.py
tests/python/pants_test/process/test_lock.py
tests/python/pants_test/process/test_xargs.py
tests/python/pants_test/releases/__init__.py
tests/python/pants_test/releases/reversion_integration_test.py
tests/python/pants_test/reporting/__init__.py
tests/python/pants_test/reporting/test_json_reporter.py
tests/python/pants_test/reporting/test_linkify.py
tests/python/pants_test/reporting/test_reporting.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment