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 109c021 commit 5a8cae7Copy full SHA for 5a8cae7
ruff.toml
@@ -85,6 +85,7 @@ required-imports = ["from __future__ import annotations"]
85
force-single-line = false
86
force-wrap-aliases = false
87
split-on-trailing-comma = false
88
+known-local-folder = ["socketio_stubs", "socketio"]
89
90
[lint.flake8-type-checking]
91
exempt-modules = ["typing", "typing_extensions"]
0 commit comments