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 2eb8ca9 commit cea4f2bCopy full SHA for cea4f2b
exec_helpers/__init__.py
@@ -20,7 +20,7 @@
20
import typing
21
import warnings
22
23
-try: # noqa:SIM105,RUF100
+try: # noqa: SIM105,FURB107,RUF100
24
from ._version import version as __version__ # noqa: F401
25
except ImportError:
26
pass
0 commit comments