mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Colorize flake8 output in CI (#9422)
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user