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 6c3e3dc commit 3120164Copy full SHA for 3120164
pyproject.toml
@@ -166,6 +166,7 @@ known-first-party = [
166
"lightning_fabric".msg = "Use lightning.fabric instead"
167
"accelerate".msg = "Use lightning.fabric instead"
168
"os.system".msg = "Use subprocess.run or subprocess.Popen instead"
169
+"easydict".msg = "Use typing.TypedDict instead (also consider dataclasses and pydantic)"
170
171
[tool.ruff.lint.pylint]
172
max-args = 10
0 commit comments