aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-10-21 21:42:07 +0100
committerGravatar Chris Lovering <[email protected]>2023-10-26 14:10:03 +0100
commit8504f78e2d543e5975e79548c714e23a7c50f08b (patch)
tree254f49646de571c94c624dc2c5151fa1863525f3
parentUpdate ruff config to enable unsafe and preview rules (diff)
Update CI to use new ruff output argument
-rw-r--r--.github/workflows/lint-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml
index 0182d268..f5f6cf0a 100644
--- a/.github/workflows/lint-test.yaml
+++ b/.github/workflows/lint-test.yaml
@@ -23,7 +23,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 ."
- name: Run tests and generate coverage report
run: python -m pytest -n auto --cov pydis_core -q