File: CONTRIBUTING.md

package info (click to toggle)
libmongocrypt 1.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,572 kB
  • sloc: ansic: 70,067; python: 4,547; cpp: 615; sh: 460; makefile: 44; awk: 8
file content (14 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Formatting

To format, install `pipx` and run:
```bash
./etc/format-all.sh
```

To use a specified python install, set `MONGOCRYPT_PYTHON`:

```bash
# Set MONGOCRYPT_PYTHON to a python install with pipx installed.
export MONGOCRYPT_PYTHON=python
./etc/format-all.sh
```