Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/4c372798e815b8c7f1e955a18382d1c6 to your computer and use it in GitHub Desktop.
Save ryantm/4c372798e815b8c7f1e955a18382d1c6 to your computer and use it in GitHub Desktop.
/nix/store/18x66kplvmph7zrgmywwbq7c7scjqpcb-pre-commit-1.15.1
├── bin
│   ├── pre-commit
│   ├── pre-commit-validate-config
│   └── pre-commit-validate-manifest
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pre_commit
│   │   ├── clientlib.py
│   │   ├── color.py
│   │   ├── color_windows.py
│   │   ├── commands
│   │   │   ├── autoupdate.py
│   │   │   ├── clean.py
│   │   │   ├── gc.py
│   │   │   ├── __init__.py
│   │   │   ├── install_uninstall.py
│   │   │   ├── migrate_config.py
│   │   │   ├── __pycache__
│   │   │   │   ├── autoupdate.cpython-37.pyc
│   │   │   │   ├── clean.cpython-37.pyc
│   │   │   │   ├── gc.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── install_uninstall.cpython-37.pyc
│   │   │   │   ├── migrate_config.cpython-37.pyc
│   │   │   │   ├── run.cpython-37.pyc
│   │   │   │   ├── sample_config.cpython-37.pyc
│   │   │   │   └── try_repo.cpython-37.pyc
│   │   │   ├── run.py
│   │   │   ├── sample_config.py
│   │   │   └── try_repo.py
│   │   ├── constants.py
│   │   ├── envcontext.py
│   │   ├── error_handler.py
│   │   ├── file_lock.py
│   │   ├── five.py
│   │   ├── git.py
│   │   ├── __init__.py
│   │   ├── languages
│   │   │   ├── all.py
│   │   │   ├── docker_image.py
│   │   │   ├── docker.py
│   │   │   ├── fail.py
│   │   │   ├── golang.py
│   │   │   ├── helpers.py
│   │   │   ├── __init__.py
│   │   │   ├── node.py
│   │   │   ├── pcre.py
│   │   │   ├── __pycache__
│   │   │   │   ├── all.cpython-37.pyc
│   │   │   │   ├── docker.cpython-37.pyc
│   │   │   │   ├── docker_image.cpython-37.pyc
│   │   │   │   ├── fail.cpython-37.pyc
│   │   │   │   ├── golang.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── node.cpython-37.pyc
│   │   │   │   ├── pcre.cpython-37.pyc
│   │   │   │   ├── pygrep.cpython-37.pyc
│   │   │   │   ├── python.cpython-37.pyc
│   │   │   │   ├── python_venv.cpython-37.pyc
│   │   │   │   ├── ruby.cpython-37.pyc
│   │   │   │   ├── rust.cpython-37.pyc
│   │   │   │   ├── script.cpython-37.pyc
│   │   │   │   ├── swift.cpython-37.pyc
│   │   │   │   └── system.cpython-37.pyc
│   │   │   ├── pygrep.py
│   │   │   ├── python.py
│   │   │   ├── python_venv.py
│   │   │   ├── ruby.py
│   │   │   ├── rust.py
│   │   │   ├── script.py
│   │   │   ├── swift.py
│   │   │   └── system.py
│   │   ├── logging_handler.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── make_archives.py
│   │   ├── meta_hooks
│   │   │   ├── check_hooks_apply.py
│   │   │   ├── check_useless_excludes.py
│   │   │   ├── identity.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── check_hooks_apply.cpython-37.pyc
│   │   │   ├── check_useless_excludes.cpython-37.pyc
│   │   │   ├── identity.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── output.py
│   │   ├── parse_shebang.py
│   │   ├── prefix.py
│   │   ├── __pycache__
│   │   │   ├── clientlib.cpython-37.pyc
│   │   │   ├── color.cpython-37.pyc
│   │   │   ├── color_windows.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── envcontext.cpython-37.pyc
│   │   │   ├── error_handler.cpython-37.pyc
│   │   │   ├── file_lock.cpython-37.pyc
│   │   │   ├── five.cpython-37.pyc
│   │   │   ├── git.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── logging_handler.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── make_archives.cpython-37.pyc
│   │   │   ├── output.cpython-37.pyc
│   │   │   ├── parse_shebang.cpython-37.pyc
│   │   │   ├── prefix.cpython-37.pyc
│   │   │   ├── repository.cpython-37.pyc
│   │   │   ├── staged_files_only.cpython-37.pyc
│   │   │   ├── store.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── xargs.cpython-37.pyc
│   │   ├── repository.py
│   │   ├── resources
│   │   │   ├── empty_template_Cargo.toml
│   │   │   ├── empty_template_main.go
│   │   │   ├── empty_template_main.rs
│   │   │   ├── empty_template_.npmignore
│   │   │   ├── empty_template_package.json
│   │   │   ├── empty_template_pre_commit_dummy_package.gemspec
│   │   │   ├── empty_template_setup.py
│   │   │   ├── hook-tmpl
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── empty_template_setup.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── rbenv.tar.gz
│   │   │   ├── ruby-build.tar.gz
│   │   │   └── ruby-download.tar.gz
│   │   ├── staged_files_only.py
│   │   ├── store.py
│   │   ├── util.py
│   │   └── xargs.py
│   └── pre_commit-1.15.1.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 129 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment