Skip to content

Commit

Permalink
remove gitter badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma67 committed Apr 8, 2023
1 parent 7a1d75a commit 3b6ab66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
spotify_to_ytmusic
############################################
####################

.. image:: https://img.shields.io/pypi/dm/spotify_to_ytmusic?style=flat-square
:alt: PyPI Downloads
:target: https://pypi.org/project/spotify_to_ytmusic/

.. image:: https://badges.gitter.im/sigma67/spotify_to_ytmusic.svg
:alt: Ask questions at https://gitter.im/sigma67/spotify_to_ytmusic
:target: https://gitter.im/sigma67/spotify_to_ytmusic
.. image:: https://img.shields.io/github/discussions/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Ask questions at Discussions
:target: https://github.com/sigma67/spotify_to_ytmusic/discussions

.. image:: https://img.shields.io/codecov/c/github/sigma67/spotify_to_ytmusic?style=flat-square
:alt: Code coverage
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
dynamic = ["version", "readme"]

[project.optional-dependencies]
dev = ['pre-commit', 'flake8', 'yapf', 'coverage', 'sphinx', 'sphinx-rtd-theme']
dev = ['black', 'isort', 'coverage']

[project.scripts]
spotify_to_ytmusic = "spotify_to_ytmusic.main:main"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TestCli(unittest.TestCase):
def test_get_args(self):
args = get_args(["all", "--public", "user"])
args = get_args(["all", "user", "--public"])
self.assertEqual(len(vars(args)), 3)
args = get_args(["create", "playlist-link"])
self.assertEqual(len(vars(args)), 7)
Expand Down

0 comments on commit 3b6ab66

Please sign in to comment.