Skip to content

Commit 3f1cec2

Browse files
committed
chore: point flake8 to the venv
1 parent f912906 commit 3f1cec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

+1-1
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)