From 1024629b128d84441eb7089748e58adc72e5a2b8 Mon Sep 17 00:00:00 2001 From: "scitools-ci[bot]" <107775138+scitools-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:21:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=81=20TEMPLATE=20DEVIATIONS:=20synced?= =?UTF-8?q?=20local=20'.pre-commit-config.yaml'=20with=20remote=20'templat?= =?UTF-8?q?es/.pre-commit-config.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 237baf6..15a6640 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,7 +82,7 @@ repos: rev: 'v1.10.0' hooks: - id: mypy - exclude: 'src\/mo_pack\/tests' + exclude: 'noxfile\.py|docs/conf\.py' - repo: https://github.com/abravalheri/validate-pyproject # More exhaustive than Ruff RUF200. @@ -101,5 +101,4 @@ repos: rev: v1.7.0 hooks: - id: numpydoc-validation - types: [file, python] - exclude: 'src\/mo_pack\/tests' \ No newline at end of file + types: [file, python] \ No newline at end of file