We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2583bdb commit 99288bdCopy full SHA for 99288bd
.github/workflows/lint.yml
@@ -1,4 +1,4 @@
1
-name: pre-commit
+name: Lint with pre-commit
2
3
on:
4
pull_request:
CONTRIBUTING.md
@@ -11,6 +11,7 @@ suggesting the next steps.
11
12
### A couple things to keep in mind
13
14
+- Please check your files for styling with pre-commit (`pre-commit install` in the root of the repo).
15
- If you've changed APIs, update the documentation.
16
- Keep the code style (indents, wrapping) consistent.
17
- If your PR involves a lot of commits, squash them using `git rebase -i` as this makes it easier for us to review.
0 commit comments