From fb1b57ac496217fd9fa3bd570a51fbeb5c796c55 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:37:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 9cbc6179..974fc358 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -98,7 +98,7 @@ lint.unfixable = [ "RUF001", # never “fix” “confusables” ] lint.allowed-confusables = [ "×", "’" ] -lint.flake8-type-checking.exempt-modules = [] +lint.flake8-type-checking.exempt-modules = [ ] lint.flake8-type-checking.strict = true lint.isort.known-first-party = [ "scverse_template_scripts", "testing.scverse_template_scripts" ] lint.isort.required-imports = [ "from __future__ import annotations" ]