You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sections with “unstructured” wildcard patterns (foo.*.baz), with sections later in the configuration file overriding sections earlier.
Sections with “well-structured” wildcard patterns (foo.bar.*), with more specific overriding more general.
Command line options.
Top-level configuration file options.
While other hardcoded config are required for it to play nicely with nvim's diagnostics, python_executable is a user preferred setting. It doesn't have to be in the path and can be anywhere in the user system. It should be left upto the user to configure it using config files.
The text was updated successfully, but these errors were encountered:
nvim-lint/lua/lint/linters/mypy.lua
Lines 22 to 25 in 6e9dd54
The above config in
mypy
linter config causespython_executable
to be hard coded to whatever the first executable in path. Frommypy
's websiteWhile other hardcoded config are required for it to play nicely with nvim's diagnostics,
python_executable
is a user preferred setting. It doesn't have to be in the path and can be anywhere in the user system. It should be left upto the user to configure it using config files.The text was updated successfully, but these errors were encountered: