diff options
author | 2024-02-10 11:30:03 +0000 | |
---|---|---|
committer | 2024-02-10 11:30:03 +0000 | |
commit | 0de787a7f31b692fd6c5c8c7bbc34486f8474219 (patch) | |
tree | 18fe6d105d886257d5e94cf69a961644374fa5ea /.github | |
parent | Bump 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.yaml | 2 |
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 |