Skip to content

Commit

Permalink
chore: GHA colors
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 17, 2023
1 parent 51a8b3c commit f9f1e16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CI
on:
- push

env:
PY_COLORS: "1"

jobs:
TestAndLint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ commands =

[tool.pytest.ini_options]
minversion = "6.0"
addopts = ["--black", "--mypy", "--ruff"]
addopts = ["--color=yes", "--black", "--mypy", "--ruff"]
testpaths = ["caseless", "tests"]

[tool.ruff]
Expand Down

0 comments on commit f9f1e16

Please sign in to comment.