Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 24.10.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
hooks:
- id: black
# - repo: https://github.com/kynan/nbstripout
Expand Down
1 change: 1 addition & 0 deletions book/notebooks/OM4_SE_animation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3202,6 +3202,7 @@
"source": [
"from matplotlib.animation import FuncAnimation, PillowWriter\n",
"\n",
"\n",
"def update_frame(i, plot_func, fig, len_idx):\n",
" # Clear the current figure to prepare for the next frame's plot.\n",
" plt.clf()\n",
Expand Down
Loading