@ -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
- id: pytest
@ -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`.