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-atr-experiments.git
The following commit(s) were added to refs/heads/main by this push: new 6b1db5c chore: specific exclude not needed anymore as there is now a global one 6b1db5c is described below commit 6b1db5c2fe3c54da338e8acdb771ae93b3ac4ee7 Author: Thomas Neidhart <t...@apache.org> AuthorDate: Wed Feb 12 17:35:06 2025 +0100 chore: specific exclude not needed anymore as there is now a global one --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7eaf12e..bf872ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,18 +27,15 @@ repos: entry: ruff check --fix language: system types: [python] - exclude: ^asfquart/ - id: ruff-format name: Ruff Formatter entry: ruff format --force-exclude language: system types: [python] - exclude: ^asfquart/ - id: pyright name: Pyright Type Check entry: pyright language: system types: [python] - exclude: ^asfquart/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org