From c279508843ace2fdb4c9ebad004462ed9002a4d5 Mon Sep 17 00:00:00 2001 From: Michael Carlstrom Date: Thu, 8 Feb 2024 23:58:13 -0500 Subject: [PATCH] giviing up on pyqt probs --- .mega-linter.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index ff3f539e..d1ddbe1a 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -1,5 +1,4 @@ PRE_COMMANDS: -- command: apt-get install -y qt6-base-dev # - command: pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1 # venv: pylint - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1 @@ -10,7 +9,7 @@ PRE_COMMANDS: venv: isort - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1 venv: bandit -- command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1 pyqt6 +- command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1 venv: mypy # - command: pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1 # venv: pyright