Skip to content

Commit abdaa04

Browse files
authored
Update hatch command in CONTRIBUTING.md (#882)
1 parent 026f782 commit abdaa04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ Ready to contribute? Here's how to set up `sqladmin` for local development.
7272
5. Apply linting and formatting, if not already done:
7373
7474
```
75-
$ hatch run lint
75+
$ hatch run lint:format
7676
```
7777
7878
6. When you're done making changes, check that your changes pass the tests:
7979
8080
```
81-
$ hatch run check
82-
$ hatch run test
81+
$ hatch run lint:check
82+
$ hatch run test:test
8383
```
8484
8585
7. Commit your changes and push your branch to GitHub:

0 commit comments

Comments
 (0)