diff --git a/CHANGELOG.md b/CHANGELOG.md index b77adcc820e..99597972cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image +- Fix incorrect link to pytype for pyright ([#1967](https://github.com/oxsecurity/megalinter/issues/1967)) - Deduplicate SHOW_ELAPSED_TIME properties to address v8r error ([#1962](https://github.com/oxsecurity/megalinter/issues/1962)) - Fix invalid Docker container names in .pre-commit-hooks.yaml ([#1932](https://github.com/oxsecurity/megalinter/issues/1932)) - Correct removeContainer casing in runner ([#1917](https://github.com/oxsecurity/megalinter/issues/1917)) diff --git a/megalinter/descriptors/python.megalinter-descriptor.yml b/megalinter/descriptors/python.megalinter-descriptor.yml index 3bde750b78f..7f636b88189 100644 --- a/megalinter/descriptors/python.megalinter-descriptor.yml +++ b/megalinter/descriptors/python.megalinter-descriptor.yml @@ -299,7 +299,7 @@ linters: Optional static typing checks for python, by Microsoft If you don't use python static typing, you should disable this linter by adding `PYTHON_PYRIGHT` in `DISABLE_LINTERS` variable in your `.mega-linter.yml` config file - linter_url: https://google.github.io/pytype/ + linter_url: https://github.com/Microsoft/pyright linter_rules_url: https://github.com/microsoft/pyright#type-checking-features linter_repo: https://github.com/microsoft/pyright linter_banner_image_url: https://github.com/microsoft/pyright/raw/main/docs/img/PyrightLarge.png