Skip to content

Commit 68a76cb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0f81082 commit 68a76cb

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

mpl_playback/playback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from __future__ import annotations
22

33
import json
4+
from contextlib import contextmanager
45
from pathlib import Path
56
from typing import Literal
67
from unittest import mock
7-
from contextlib import contextmanager
88

99
import matplotlib
1010
import numpy as np

setup.cfg

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://github.com/ianhi/mpl-playback
77
author = Ian Hunt-Isaak
88
author_email = [email protected]
99
license = BSD-3-Clause
10-
license_file = LICENSE/LICENSE
10+
license_files = LICENSE/LICENSE
1111
classifiers =
1212
Framework :: Matplotlib
1313
Intended Audience :: Developers
@@ -17,8 +17,6 @@ classifiers =
1717
Programming Language :: Python
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3 :: Only
20-
Programming Language :: Python :: 3.8
21-
Programming Language :: Python :: 3.9
2220
download_url = https://github.com/ianhi/mpl-playback
2321
keywords = matplotlib, gif
2422
project_urls =
@@ -35,9 +33,9 @@ python_requires = >=3.8
3533
docs =
3634
Sphinx>=1.5
3735
furo
38-
myst_nb
36+
myst-nb
3937
sphinx-copybutton
40-
sphinx_gallery
38+
sphinx-gallery
4139

4240
[options.package_data]
4341
* = *.pyi, py.typed

0 commit comments

Comments
 (0)