From 672cffadb7847ca51af0796e5c7be139d9ab5005 Mon Sep 17 00:00:00 2001 From: Andreas Kluge Svendsrud <89779148+kluge7@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:32:15 +0100 Subject: [PATCH] ci(pre-commit): updated ruff pydocstyle to not run with args unsafe fixes --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c867df9f..36cb74d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -56,7 +56,6 @@ repos: "--select=D", "--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D401", "--fix", - "--unsafe-fixes" ] stages: [pre-commit] pass_filenames: true