Skip to content

Commit

Permalink
Improve hacking docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Jan 23, 2024
1 parent 7178c96 commit 683404c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ vereqsyn versions.cfg requirements.txt
hatch run cov
```

### Run the code formatter

To lint the code:

```console
hatch fmt
```

To format the code:

```console
hatch fmt -f
```

## License

`vereqsyn` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

0 comments on commit 683404c

Please sign in to comment.