From 24b97ba5f79e0e85ebd89779aae3e437290f30d6 Mon Sep 17 00:00:00 2001 From: pojurer <56473157+pojurer@users.noreply.github.com> Date: Sat, 11 May 2024 13:19:41 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f492f5bb..a98673aa 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,11 +23,11 @@ repos: hooks: - id: ruff #types_or: [ python, pyi, jupyter ] - types_or: [ python, pyi ] + types_or: [ python ] args: [ --fix ] - id: ruff-format #types_or: [ python, pyi, jupyter ] - types_or: [ python, pyi ] + types_or: [ python ] - repo: https://github.com/numpy/numpydoc rev: v1.6.0