Skip to content

Commit

Permalink
IP-241 - Implement pre-commit CI/CD.
Browse files Browse the repository at this point in the history
  • Loading branch information
owenlittlejohns authored Apr 11, 2024
1 parent e468c0a commit 71414d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ci:
autofix_prs: false
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ review and `git add` the changes before you can make a commit.
It is planned to implement additional hooks, possibly including tools such as
`mypy`.

[pre-commit.ci](pre-commit.ci) is configured such that these same hooks will be
automatically run for every pull request.

## Get in touch:

You can reach out to the maintainers of this repository via email:
Expand Down

0 comments on commit 71414d3

Please sign in to comment.