Colorize flake8 output in CI (#9422)

This commit is contained in:
Alex Waygood
2022-12-28 11:49:51 +00:00
committed by GitHub
parent 23ac9bff19
commit 5fb21861f9

View File

@@ -56,7 +56,7 @@ jobs:
cache: pip
cache-dependency-path: requirements-tests.txt
- run: pip install -r requirements-tests.txt
- run: flake8
- run: flake8 --color always
pytype:
name: Run pytype against the stubs