summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-29 23:16:35 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-29 23:16:35 +0200
commit50a1f004f058b95bbd6223300dd015db862dd746 (patch)
tree79e698fd15f1cfdc2e6778d3473b2848068e54ae
parentea2de0b40cadba6d0397ceab56ed599c4f28170d (diff)
downloadqutebrowser-50a1f004f058b95bbd6223300dd015db862dd746.tar.gz
qutebrowser-50a1f004f058b95bbd6223300dd015db862dd746.zip
qt6 mypy: Enable on CI
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d64f08de9..64dddd2f8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,8 +21,7 @@ jobs:
include:
- testenv: pylint
- testenv: flake8
- # FIXME:qt6 (lint)
- # - testenv: mypy-pyqt6
+ - testenv: mypy-pyqt6
- testenv: mypy-pyqt5
- testenv: docs
- testenv: vulture