Skip to content

Commit

Permalink
black task to adhere to linting guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 25, 2023
1 parent 982c7ab commit eae82f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{
"label": "black",
"type": "shell",
"command": "poetry run black lrclib/",
"command": "poetry run black lrclib/ --line-length=79 --preview",
"group": {
"kind": "build",
"isDefault": false
Expand Down

0 comments on commit eae82f4

Please sign in to comment.