diff options
author | 2023-10-23 11:23:16 +0100 | |
---|---|---|
committer | 2023-10-23 11:23:16 +0100 | |
commit | d6714d270a19cac26ab000a965dd667ca2bc847d (patch) | |
tree | 884b18a2dfb1d4d2ba00670c0fcd2ce008b8203a /.github | |
parent | Bump urllib3 from 2.0.6 to 2.0.7 (diff) |
Bump ruff to latest
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 8c14bee..32c3e0a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: # Run `ruff` using github formatting to enable automatic inline annotations. - name: Run ruff - run: ruff check --format=github . + run: ruff check --output-format=github . # Prepare the Pull Request Payload artifact. If this fails, we # we fail silently using the `continue-on-error` option. It's |