feat(ci): re-enable pyright and pylint in mega-linter

Remove PYTHON_PYLINT and PYTHON_PYRIGHT from DISABLE_LINTERS so
mega-linter runs all three linters: ruff, pyright, and pylint.
This commit is contained in:
2026-03-13 14:07:41 +02:00
parent 893061dafc
commit d3957ba67b

View File

@@ -21,8 +21,6 @@ DISABLE_LINTERS:
- PYTHON_BANDIT
- PYTHON_BLACK
- PYTHON_ISORT
- PYTHON_PYLINT
- PYTHON_PYRIGHT
- REPOSITORY_DEVSKIM
- REPOSITORY_DUSTILOCK
- YAML_PRETTIER