summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-13 22:34:51 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-13 22:34:51 +0200
commit1aeefe19685ba108c237bcd59cdfcd3bc0edc604 (patch)
tree223f155b59edb0fb235bd93a7471524237639911 /.github
parent42eebc07763e13b73d133b76327d72e230bfbc28 (diff)
downloadqutebrowser-1aeefe19685ba108c237bcd59cdfcd3bc0edc604.tar.gz
qutebrowser-1aeefe19685ba108c237bcd59cdfcd3bc0edc604.zip
ci: Disable mypy coloring again
Looks like mypy uses curses to get colors, so there's really nothing we can do here on GitHub Actions.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a4dccca92..4ffea6cb2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,6 @@ on: [push, pull_request]
env:
PY_COLORS: "1"
MYPY_FORCE_TERMINAL_WIDTH: "180"
- MYPY_FORCE_COLOR: "1"
jobs:
linters: