Skip to content

Commit

Permalink
fix(ci): ignore F403 and F405 in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Aug 20, 2024
1 parent d040b6d commit 44e8e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ extend-select = ["B", "C90", "D", "I", "N", "RUF", "UP", "T"]
isort = {known-first-party = ["manim_slides", "tests"]}

[tool.ruff.lint.per-file-ignores]
"docs/source/reference/magic_example.ipynb" = ["F403", "F405"]
"tests/test_slide.py" = ["N801"]

[tool.rye]
Expand Down

0 comments on commit 44e8e81

Please sign in to comment.