Browse Source

added to the readme to test the precommit changes

funding-tag
Holger Frey 7 months ago
parent
commit
bd152e67c0
  1. 2
      .pre-commit-config.yaml
  2. 2
      README.md

2
.pre-commit-config.yaml

@ -18,7 +18,7 @@ repos: @@ -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

2
README.md

@ -25,4 +25,4 @@ To install the development version of Ordr3: @@ -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`.

Loading…
Cancel
Save