AutoYADM commit: 2025-07-17 03:20:55

This commit is contained in:
Daniel Fichtinger 2025-07-17 03:20:55 -04:00
parent 4eac5357fe
commit 1f02d7396e

View file

@ -187,6 +187,9 @@ hook -group lsp-filetype-python global BufSetOption filetype=python %{
[basedpyright-langserver.settings.basedpyright.analysis]
typeCheckingMode = "standard"
inlayHints.genericTypes = true
[ruff]
root_globs = ["requirements.txt", "setup.py", "pyproject.toml", "pyrightconfig.json", ".git", ".hg"]
args = ["server"]
}
}