Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 332 Bytes

Pants setup

This repository contains the bootstrap needed to get you up and running with Pants.

Follow the instructions at https://www.pantsbuild.org/docs/installation.

Development

We use Pants for test automation (so recursive!). To run the test suite, linters and formatters:

$ pants fmt lint check test ::