Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhoppe committed Feb 10, 2024
1 parent f1c03ed commit abb2a8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ disable = [
reports = false
score = false
recursive = true
ignore-paths = ["Other", "resampler_other.*", ".ipynb_checkpoints"]
ignore-paths = [".*ipynb_checkpoints", "Other", "resampler_other.*"]

[tool.pylint.basic]
good-names-rgxs = "^[a-z][a-z0-9]?|[A-Z]([A-Z_]*[A-Z])?$"
Expand Down
2 changes: 1 addition & 1 deletion resampler_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
},
"outputs": [],
"source": [
"!command -v ffmpeg >/dev/null || conda install -y ffmpeg >&/dev/null || (apt update && apt install -y ffmpeg)"
"!command -v ffmpeg >/dev/null || conda install -y ffmpeg >&/dev/null || (apt update && apt install -y ffmpeg) # For mediapy."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion resampler_notebook.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
# # Notebook header

# %%
# !command -v ffmpeg >/dev/null || conda install -y ffmpeg >&/dev/null || (apt update && apt install -y ffmpeg)
# !command -v ffmpeg >/dev/null || conda install -y ffmpeg >&/dev/null || (apt update && apt install -y ffmpeg) # For mediapy.

# %%
# !pip install -qU numba numpy
Expand Down

0 comments on commit abb2a8c

Please sign in to comment.