diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d77d3b5..5fdb53e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: pass_filenames: false - id: ruff name: Linting code with "ruff" - entry: .venv/bin/ruff ordr3 tests + entry: .venv/bin/ruff check ordr3 tests language: system pass_filenames: false - id: pytest diff --git a/README.md b/README.md index 01d9ca6..30aa178 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ To install the development version of Ordr3: cd ordr3 make devenv -To run the tests, use `make tests` or `make coverage` for a complete report. +To run the tests, use `make tests` or `make coverage` for a complete report. You can also run an autoformatter and linter with `make lint`.