Skip to content

Commit

Permalink
linter disable notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
YouGuessedMyName committed Nov 29, 2024
1 parent a43732c commit d59161b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyrightconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"reportAttributeAccessIssue": false,
"reportMissingImports": false,
"ignore": [
"**/.vscode/**"
"**/.vscode/**",
"**.ipynb"
]
}

0 comments on commit d59161b

Please sign in to comment.