aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-02-10 11:30:03 +0000
committerGravatar Chris Lovering <[email protected]>2024-02-10 11:30:03 +0000
commit0de787a7f31b692fd6c5c8c7bbc34486f8474219 (patch)
tree18fe6d105d886257d5e94cf69a961644374fa5ea /.github
parentBump cryptography from 41.0.6 to 42.0.0 (#180) (diff)
Make use of ruff format
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index cc12ce4..ed89fe5 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -16,7 +16,7 @@ jobs:
install_args: --only main
- name: Run pre-commit hooks
- run: SKIP=ruff pre-commit run --all-files
+ run: SKIP=ruff-lint pre-commit run --all-files
# Run `ruff` using github formatting to enable automatic inline annotations.
- name: Run ruff