Skip to content

Commit b41ad31

Browse files
committed
ci(actions): update deprecated ruff option for output
1 parent 1ef450d commit b41ad31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python -m ruff check . \
6464
--config pyproject.toml \
6565
--diff \
66-
--show-source \
66+
--output-format=full \
6767
--exit-non-zero-on-fix
6868
6969
- name: mypy

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python -m ruff check . \
6161
--config pyproject.toml \
6262
--diff \
63-
--show-source \
63+
--output-format=full \
6464
--exit-non-zero-on-fix
6565
6666
- name: mypy

0 commit comments

Comments
 (0)