Skip to content

Commit c3e1aa0

Browse files
chore(deps): pre-commit autoupdate (#463)
* chore(deps): pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.6...v0.6.1) * fix(ci): ignore F403 and F405 in notebooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
1 parent 3e7174c commit c3e1aa0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: blackdoc
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.5.6
28+
rev: v0.6.1
2929
hooks:
3030
- id: ruff
3131
args: [--fix]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ extend-select = ["B", "C90", "D", "I", "N", "RUF", "UP", "T"]
210210
isort = {known-first-party = ["manim_slides", "tests"]}
211211

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

215216
[tool.rye]

0 commit comments

Comments
 (0)