Skip to content

Commit fb1b57a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8ef588f commit fb1b57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ lint.unfixable = [
9898
"RUF001", # never “fix” “confusables”
9999
]
100100
lint.allowed-confusables = [ "×", "" ]
101-
lint.flake8-type-checking.exempt-modules = []
101+
lint.flake8-type-checking.exempt-modules = [ ]
102102
lint.flake8-type-checking.strict = true
103103
lint.isort.known-first-party = [ "scverse_template_scripts", "testing.scverse_template_scripts" ]
104104
lint.isort.required-imports = [ "from __future__ import annotations" ]

0 commit comments

Comments
 (0)