We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026f782 commit abdaa04Copy full SHA for abdaa04
1 file changed
CONTRIBUTING.md
@@ -72,14 +72,14 @@ Ready to contribute? Here's how to set up `sqladmin` for local development.
72
5. Apply linting and formatting, if not already done:
73
74
```
75
- $ hatch run lint
+ $ hatch run lint:format
76
77
78
6. When you're done making changes, check that your changes pass the tests:
79
80
81
- $ hatch run check
82
- $ hatch run test
+ $ hatch run lint:check
+ $ hatch run test:test
83
84
85
7. Commit your changes and push your branch to GitHub:
0 commit comments