This is an automated email from the ASF dual-hosted git repository. tn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push: new 9b8ffab reenable pyright with require_serial set to true 9b8ffab is described below commit 9b8ffaba8606d80af469ce96d60b8fb2fa415f95 Author: Thomas Neidhart <t...@apache.org> AuthorDate: Wed Mar 12 14:46:49 2025 +0100 reenable pyright with require_serial set to true --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6980df7..8468d2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,3 +68,10 @@ repos: args: - --config-file=pyproject.toml - --scripts-are-modules + - id: pyright + name: Pyright Type Check + entry: pyright + language: system + require_serial: true + types: [python] + exclude: "tests" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tooling.apache.org For additional commands, e-mail: commits-h...@tooling.apache.org