Skip to content

Commit

Permalink
add info about failing pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Jul 17, 2024
1 parent 3f548ee commit 244d8b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ pre-commit run --all-files
```

These checks will also run automatically before every commit.
The command may fail with

```
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.8'
```

You'll need to install python3.8 and make sure it's available in your PATH.

### Formatting

Expand Down

0 comments on commit 244d8b5

Please sign in to comment.