diff options
author | 2023-09-27 15:00:50 +0200 | |
---|---|---|
committer | 2023-09-27 14:00:50 +0100 | |
commit | 4a5eb3ee454876f2f384c12b216ec2a769141030 (patch) | |
tree | 06ebbbb2526e58271486193dc63a69aad34631f3 | |
parent | Merge pull request #1115 from python-discord/dependabot/pip/psycopg-3.1.12 (diff) |
Change deprecated ruff output format argument (#1116)
See python-discord/infra#148
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 857aeea0..00335561 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -28,7 +28,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: Migrations and run tests with coverage.py run: | |