We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef588f commit fb1b57aCopy full SHA for fb1b57a
scripts/pyproject.toml
@@ -98,7 +98,7 @@ lint.unfixable = [
98
"RUF001", # never “fix” “confusables”
99
]
100
lint.allowed-confusables = [ "×", "’" ]
101
-lint.flake8-type-checking.exempt-modules = []
+lint.flake8-type-checking.exempt-modules = [ ]
102
lint.flake8-type-checking.strict = true
103
lint.isort.known-first-party = [ "scverse_template_scripts", "testing.scverse_template_scripts" ]
104
lint.isort.required-imports = [ "from __future__ import annotations" ]
0 commit comments