Skip to content

Commit a6d2255

Browse files
ci: enable ruff output formatting for pre-commit (#1354)
1 parent b990afc commit a6d2255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Run pre-commit
5050
id: pre-commit
5151
uses: pre-commit/[email protected]
52+
env:
53+
RUFF_OUTPUT_FORMAT: github
5254

5355
docs:
5456
# unlike the other workflows, we explicitly use the same version as

0 commit comments

Comments
 (0)