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 8e0fda3 commit 74b01a4Copy full SHA for 74b01a4
shiny/_typing_extensions.py
@@ -1,5 +1,4 @@
1
# # Within file flags to ignore unused imports
2
-# flake8: noqa: F401
3
# pyright: reportUnusedImport=false
4
from __future__ import annotations
5
tests/pytest/test_display_decorator.py
@@ -1,5 +1,5 @@
# pyright: reportUnusedExpression=false
-# flake8: noqa
+# ruff: noqa: B018
import contextlib
0 commit comments