Skip to content

Commit

Permalink
build: Add vscode setting for paths to look at for imports
Browse files Browse the repository at this point in the history
as otherwise it seems to fail to detect some of the libraries that are part of the project
  • Loading branch information
GeckoEidechse committed Aug 20, 2024
1 parent a539f7e commit b492a3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"python.analysis.extraPaths": [
"./reaper"
],
"flake8.args": [
"--ignore=E501,E402,W503"
],
Expand Down

0 comments on commit b492a3d

Please sign in to comment.