Skip to content

Commit

Permalink
Update black to 22.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani authored and aleksihakli committed Sep 1, 2022
1 parent a3dd494 commit 87735ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion embed_video/tests/backends/tests_youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ class YoutubeBackendTestCase(BackendTestMixin, TestCase):
("https://m.youtube.com/watch?v=IAooXLAPoBQ", "IAooXLAPoBQ"),
("https://www.youtube.com/shorts/cOoQ7pc0CoY", "cOoQ7pc0CoY"),
("https://youtube.com/shorts/cOoQ7pc0CoY", "cOoQ7pc0CoY"),

)

instance = YoutubeBackend
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ignore_errors =
ignore_errors = true
basepython = python3.10
deps =
black==20.8b1
black==22.6.0
isort==5.6.4
skip_install = true
commands =
Expand Down

0 comments on commit 87735ff

Please sign in to comment.