Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2023
1 parent 2832b82 commit b2dcdf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mpl_playback/playback.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from __future__ import annotations

import json
from contextlib import contextmanager
from pathlib import Path
from typing import Literal
from unittest import mock
from contextlib import contextmanager

import matplotlib
import numpy as np
Expand Down
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = https://github.com/ianhi/mpl-playback
author = Ian Hunt-Isaak
author_email = [email protected]
license = BSD-3-Clause
license_file = LICENSE/LICENSE
license_files = LICENSE/LICENSE
classifiers =
Framework :: Matplotlib
Intended Audience :: Developers
Expand All @@ -17,8 +17,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
download_url = https://github.com/ianhi/mpl-playback
keywords = matplotlib, gif
project_urls =
Expand All @@ -35,9 +33,9 @@ python_requires = >=3.8
docs =
Sphinx>=1.5
furo
myst_nb
myst-nb
sphinx-copybutton
sphinx_gallery
sphinx-gallery

[options.package_data]
* = *.pyi, py.typed
Expand Down

0 comments on commit b2dcdf9

Please sign in to comment.