Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
SqAtx committed Mar 23, 2024
1 parent 5a81c3f commit d8a0051
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,13 @@ our codebase is clean and consistent.
Install it with `pip install pre-commit`, and install the pre-commit hooks with
`pre-commit install`.

The same linters run in CI, and you can also run them manually with `pre-commit
run --all-files`.
The checks will now run every time you make a commit, and fix files if
necessary. It's generally a good idea to always run them, but you can also
bypass them by running `git commit --no-verify`, if necessary.

The CI system also runs the checks on each commit to master, and on each pull
request. If you want to make sure they pass before opening your PR, you can run
them locally with `pre-commit run --all-files`.

For more guidelines about contributing, see
[CONTRIBUTING.md](./CONTRIBUTING.md).
Expand Down

0 comments on commit d8a0051

Please sign in to comment.