diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 585b3cfd..0ad0d106 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.1" + rev: "v0.16.3" hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -31,7 +31,7 @@ repos: args: ["--maxkb=10000"] - repo: https://github.com/kynan/nbstripout - rev: 0.9.0 + rev: 0.9.1 hooks: - id: nbstripout args: ["--extra-keys=metadata.kernelspec metadata.language_info.version metadata.toc"] diff --git a/scripts/execute-convert.py b/scripts/execute-convert.py index 5da680f2..dab0aa52 100644 --- a/scripts/execute-convert.py +++ b/scripts/execute-convert.py @@ -1,6 +1,6 @@ +import glob import subprocess import sys -import glob slug = sys.argv[1]