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
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Now any project with a .venv will work without further configuration.
These placeholders are supported by many plugins, including most of the SublimeLinter plugins, so this pattern works for flake8, isort, mypy, pylint, and others. None of these require extra project-specific configuration to make them work because of this. It would be great to get this support in Sublack for black.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sublime Text provides some placeholders such as
project_path
that can be used in configuration.To configure Sublack currently, this must be hard-coded:
As each project will typically have its own virtualenv, this configuration needs to be repeated in every sublime-project file.
By supporting the placeholders, the following can be done instead:
Now any project with a
.venv
will work without further configuration.These placeholders are supported by many plugins, including most of the SublimeLinter plugins, so this pattern works for
flake8
,isort
,mypy
,pylint
, and others. None of these require extra project-specific configuration to make them work because of this. It would be great to get this support in Sublack forblack
.The text was updated successfully, but these errors were encountered: