Skip to content

Commit

Permalink
Skip notebooks in linting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Aug 30, 2024
1 parent 7b9d1a1 commit 1b2a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ ignore = [
"B009", # getattr is useful to not mess with typing.
]
line-length = 88
exclude = ["docs", "build"]
exclude = ["docs", "build", "global_data/data_analysis_notebooks"]
# Allow unused variables when underscore-prefixed.
dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
target-version = "py39"
Expand Down

0 comments on commit 1b2a5ec

Please sign in to comment.