From b098b681befc6f02dbc53c6ff51415ede789cdfd Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Tue, 8 Aug 2023 16:28:11 -0400 Subject: [PATCH] add missing dep for rtd --- .pre-commit-config.yaml | 4 ++-- docs/requirements_rtd.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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