diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b202571..b8f7598 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/docs/requirements_rtd.txt b/docs/requirements_rtd.txt index fa93f6f..4b77708 100644 --- a/docs/requirements_rtd.txt +++ b/docs/requirements_rtd.txt @@ -3,3 +3,4 @@ discord.py[voice] furo myst_parser orjson +websockets