Skip to content

Commit

Permalink
Add ruff exclude for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Aug 19, 2024
1 parent 4ba85b3 commit 235c082
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 47 deletions.
101 changes: 54 additions & 47 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ filterwarnings = "ignore::DeprecationWarning:lark.*"
# Rust bindings have typing stubs but no python source code.
reportMissingModuleSource = "none"

[tool.ruff]
extend-exclude = ["*.ipynb"]

[[tool.mypy.overrides]]
# Ignore errors in tikv-jemalloc.
module = "gen_run_tests.*"
Expand Down

0 comments on commit 235c082

Please sign in to comment.