Skip to content

Commit

Permalink
Merge pull request #153 from moves-rwth/linter-disable-notebooks
Browse files Browse the repository at this point in the history
linter disable notebooks
  • Loading branch information
YouGuessedMyName authored Nov 29, 2024
2 parents a43732c + d59161b commit 84b37b1
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 84b37b1

Please sign in to comment.