From 8e1ee87e07a0f494cdf67266fc77b512d4e7d77d Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:02:55 +0200 Subject: [PATCH] ci --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f607a6a9..a0d20688 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: ruff name: ruff unused imports # F401 [*] {name} imported but unused - args: [ "--select", "F401", "--extend-exclude", "__init__.py", "--fix"] + args: [ "--select", "F401", "--extend-exclude", "**/__init__.py", "--fix"] - id: ruff # I001 [*] Import block is un-sorted or un-formatted