Skip to content

Commit

Permalink
Update .mega-linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC authored Feb 14, 2024
1 parent 5e1a4b1 commit 50bdd47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ PYTHON_FLAKE8_PRE_COMMANDS:

PYTHON_MYPY_PRE_COMMANDS:
# Adds qmake for pip
- command: apk add qt6-qtbase-dev
- command: apk add py3-qt6
- command: pip install --upgrade pip && pip install pytest ament_mypy ament-lint-flake8
venv: mypy
- command: export PATH=/usr/lib/qt6/bin:$PATH && pip install pyqt6
venv: mypy
# - command: export PATH=/usr/lib/qt6/bin:$PATH && pip install pyqt6
# venv: mypy

DISABLE:
- COPYPASTE
Expand Down

0 comments on commit 50bdd47

Please sign in to comment.