Skip to content

Commit 77ba818

Browse files
committed
chore: make the cornflakes path relative
1 parent 34b16f1 commit 77ba818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"cornflakes.linter.executablePath": "/Users/mcdaniel/desktop/aws-openai/venv/bin/flake8",
2+
"cornflakes.linter.executablePath": "./venv/bin/flake8",
33
"[python]": {
44
"editor.defaultFormatter": "ms-python.black-formatter"
55
}

0 commit comments

Comments
 (0)