File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
# files under venv will be automatically excluded from ruff check by default https://docs.astral.sh/ruff/settings/#exclude
35
35
- bash : |
36
36
source venv/bin/activate
37
- ruff check
37
+ ruff check --output-format azure
38
38
displayName: "Run ruff linter"
39
39
40
40
- task : Bash@3
Original file line number Diff line number Diff line change 52
52
# files under venv will be automatically excluded from ruff check by default https://docs.astral.sh/ruff/settings/#exclude
53
53
- bash : |
54
54
source venv/bin/activate
55
- ruff check
55
+ ruff check --output-format azure
56
56
displayName: "Run ruff linter"
57
57
58
58
- task : Bash@3
Original file line number Diff line number Diff line change 37
37
# files under venv will be automatically excluded from ruff check by default https://docs.astral.sh/ruff/settings/#exclude
38
38
run : |
39
39
source venv/bin/activate
40
- ruff check
40
+ ruff check --output-format github
41
41
42
42
- name : Run pytest in docker containers
43
43
run : ./ci-tests.sh
You can’t perform that action at this time.
0 commit comments