add missing dep for rtd
This commit is contained in:
parent
e3fe1b52b2
commit
b098b681be
|
|
@ -14,7 +14,7 @@ repos:
|
|||
rev: 23.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3.10
|
||||
language_version: python3.11
|
||||
- repo: https://github.com/asottile/blacken-docs
|
||||
rev: 1.13.0
|
||||
hooks:
|
||||
|
|
@ -38,4 +38,4 @@ repos:
|
|||
- id: pycln
|
||||
|
||||
default_language_version:
|
||||
python: python3.10
|
||||
python: python3.11
|
||||
|
|
|
|||
|
|
@ -3,3 +3,4 @@ discord.py[voice]
|
|||
furo
|
||||
myst_parser
|
||||
orjson
|
||||
websockets
|
||||
|
|
|
|||
Loading…
Reference in New Issue