We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14db061 commit 9a0e5c0Copy full SHA for 9a0e5c0
discord/opus.py
@@ -323,7 +323,7 @@ def is_loaded() -> bool:
323
:class:`bool`
324
Indicates if the opus library has been loaded.
325
"""
326
- global _lib
+ global _lib # noqa: F824
327
return _lib is not None
328
329
requirements/dev.txt
@@ -8,4 +8,4 @@ coverage~=7.10
8
pre-commit==4.2.0
9
codespell==2.4.1
10
bandit==1.8.6
11
-flake8==7.1.2
+flake8==7.3.0
requirements/docs.txt
@@ -7,5 +7,5 @@ sphinx-copybutton==0.5.2
7
furo==2024.8.6
sphinx-autodoc-typehints==2.2.3
sphinx-intl==2.3.1
-typing_extensions==4.13.2
+typing_extensions==4.14.1
levenshtein==0.27.1
0 commit comments