Skip to content

Commit

Permalink
dynamic version
Browse files Browse the repository at this point in the history
  • Loading branch information
dem214 committed May 26, 2023
1 parent 95edd70 commit d7ad66b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ repos:
rev: v1.3.0
hooks:
- id: mypy
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
args: ["xspf_lib"]
additional_dependencies:
- flake8-pyprojecttoml
- repo: local
hooks:
- id: pytest
Expand Down
2 changes: 1 addition & 1 deletion xspf_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__all__ = ["Playlist", "Track", "Attribution", "Extension", "Link", "Meta", "URI"]
import xml.etree.ElementTree as Et

from ._version import __version__
from ._version import __version__ # noqa: F401 unused but used
from .constants import XML_NAMESPACE
from .elements import Attribution, Extension, Link, Meta, Playlist, Track
from .types import URI
Expand Down

0 comments on commit d7ad66b

Please sign in to comment.