Skip to content

Commit

Permalink
Run codespell throughout fixing typos automagically
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
  • Loading branch information
yarikoptic committed Mar 8, 2024
1 parent d2fa801 commit cf90ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ pip install '.[devel]'
$ pre-commit install
```
4. Create a new branch, develop and add tests when possible
5. Run linting & testing before commiting code. Ensure all the hooks are passing.
5. Run linting & testing before committing code. Ensure all the hooks are passing.
```shell
$ pre-commit run --all-files
```
Expand Down

0 comments on commit cf90ab2

Please sign in to comment.