Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Black format check feature #499

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

karthiknadig
Copy link
Member

No description provided.

@karthiknadig karthiknadig self-assigned this Apr 29, 2024
@karthiknadig karthiknadig added the feature-request Request for new features or functionality label Apr 29, 2024
@@ -2,6 +2,7 @@
"extension.description": "Formatting support for Python files using the Black formatter.",
"command.restartServer": "Restart Server",
"settings.args.description": "Arguments passed to Black to format Python files. Each argument should be provided as a separate string in the array. \n Example: \n `\"black-formatter.args\" = [\"--config\", \"<file>\"]`",
"settings.check.description": "When enabled, the extension will run `black` with `--check` on open, save or changes.",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"settings.check.description": "When enabled, the extension will run `black` with `--check` on open, save or changes.",
"settings.check.description": "When enabled, the extension will run Black with `--check` on file open, save or changes.",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants