aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-07-24 10:54:41 +0100
committerGravatar Chris Lovering <[email protected]>2023-07-24 10:54:41 +0100
commitded711809798433ce797c55fd390e68d8e6ac41b (patch)
tree68f69f3c29ad7af0e5472b801828fe523cf1c9ed
parentUpdate code style for new ruff rules (diff)
Update CI to use ruff linting
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 5e0676d..4435317 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -29,5 +29,5 @@ jobs:
dev: true
python_version: '3.10'
- - name: Lint code with Flake8
- run: poetry run flake8 . --count --show-source --statistics
+ - name: Lint code with ruff
+ run: ruff check --format=github .