Skip to content

Commit

Permalink
Code quality check improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 8, 2024
1 parent 599e9c0 commit 474e881
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Development

## Pre-commit hooks

The repo has been set up with black and flake8 pre-commit hooks. These are configured in the ``.pre-commit-config.yaml` file and initialized with `pre-commit autoupdate`.

On a new repo, you must run `pre-commit install` to add pre-commit hooks.

To run code quality tests, you can run `pre-commit run --all-files`

0 comments on commit 474e881

Please sign in to comment.