Skip to content

Commit

Permalink
stub?
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Feb 9, 2024
1 parent 4f492db commit 02340e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PRE_COMMANDS:
# - 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
venv: black
# - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
# venv: black
# - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
# venv: flake8
- command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
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 PySide6
# - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
# venv: isort
# - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8
# venv: bandit
- command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1 PySide6-stubs
venv: mypy
# - command: pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
# venv: pyright
- command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
venv: ruff
# - command: pip install --upgrade setuptools pip && pip install pytest ament-lint-pep257 ament-lint-flake8 flake8==4.0.1
# venv: ruff

DISABLE:
- COPYPASTE
Expand Down

0 comments on commit 02340e3

Please sign in to comment.