summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2022-09-11 15:12:32 +1200
committertoofar <toofar@spalge.com>2022-09-11 17:31:52 +1200
commit4b3ec40eb0435950d1278f3477d74027e4b287ce (patch)
treef193e0c419bbd6c4a20df0ee88bf2600bd735778 /.github
parent377bdf736f96605b998ca6f2ea2b062e190653b0 (diff)
downloadqutebrowser-4b3ec40eb0435950d1278f3477d74027e4b287ce.tar.gz
qutebrowser-4b3ec40eb0435950d1278f3477d74027e4b287ce.zip
mypy: re-enable CI jobs for pyqt5
We'll be going forward with type checking on PyQt5 for now while figuring out what to do with PyQt6 type checking. See https://github.com/qutebrowser/qutebrowser/discussions/7372#discussioncomment-3502200
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9fd0fb449..d38b995c5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
- testenv: pylint
- testenv: flake8
# FIXME:qt6 (lint)
- # - testenv: mypy-pyqt5
# - testenv: mypy-pyqt6
+ - testenv: mypy-pyqt5
- testenv: docs
- testenv: vulture
- testenv: misc