Skip to content

Commit e622852

Browse files
author
ulises-jeremias
committed
fix(ci): disable MegaLinter Python tools covered by Ruff/Pyright jobs
MegaLinter's pyright/ruff run without the uv workspace venv and produce false positives; dedicated Lint and Typecheck workflows remain the gate.
1 parent 4fbe098 commit e622852

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.mega-linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ DISABLE_LINTERS:
2121
- SPELL_CSPELL
2222
- SPELL_LYCHEE
2323
- YAML_V8R
24-
# Overlap with Ruff / Pyright (project tooling)
24+
# Overlap with Ruff / Pyright (project tooling + dedicated type-check.yml)
2525
- PYTHON_PYLINT
2626
- PYTHON_FLAKE8
2727
- PYTHON_BLACK
2828
- PYTHON_ISORT
2929
- PYTHON_MYPY
30+
- PYTHON_PYRIGHT
3031
- PYTHON_BANDIT
32+
- PYTHON_RUFF
3133
# Badge / package pages can 404 briefly after first publish
3234
- MARKDOWN_MARKDOWN_LINK_CHECK
3335

0 commit comments

Comments
 (0)