Open
Conversation
Added pre-commit hooks to automatically format and lint Python code before commits
| @@ -0,0 +1,16 @@ | |||
| ```yaml | |||
There was a problem hiding this comment.
Markdown code fence breaks YAML configuration file
High Severity
The file starts with ```yaml which is markdown code fence syntax, not valid YAML. This was likely copy-pasted from documentation or a chat interface. The pre-commit tool will fail to parse this configuration file, causing all pre-commit hooks to be non-functional. The markdown syntax needs to be removed for the file to be valid YAML.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added pre-commit hooks to automatically format and lint Python code before commits
Note
Sets up automated formatting and linting on commit via pre-commit.
.pre-commit-config.yamlconfiguringblack@24.10.0,ruff-pre-commit@v0.8.0(with--fix), andpre-commit-hooks@v5.0.0end-of-file-fixerandtrailing-whitespacehooks to standardize whitespaceWritten by Cursor Bugbot for commit 7e69432. This will update automatically on new commits. Configure here.