Skip to content

Commit a260d33

Browse files
authored
add info about linting that was removed at some point (#3458) [skip ci]
1 parent da17c7c commit a260d33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ You can skip certain CI checks by including specific keywords in your commit mes
7070

7171
axolotl uses [{codestyle}]({URLofCodestyle}) as its code style guide. Please ensure that your code follows these guidelines.
7272

73+
Use the pre-commit linter to ensure that your code is formatted consistently.
74+
```bash
75+
pre-commit run --all-files
76+
```
77+
7378
### Commit Messages
7479

7580
Write clear and concise commit messages that briefly describe the changes made in each commit. Use the imperative mood and start with a capitalized verb, e.g., "Add new feature" or "Fix bug in function".

0 commit comments

Comments
 (0)