From bd152e67c03e818a63961c7b33e2d3d2c3b912ed Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 5 Sep 2024 14:34:17 +0200 Subject: [PATCH] added to the readme to test the precommit changes --- .pre-commit-config.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`.