Skip to content

Commit 3085922

Browse files
committed
CodeQL: Use catch-all suppression inline comment
1 parent e75fa7c commit 3085922

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/crate/client/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
# regex!
3232
__version__ = "1.0.0"
3333

34-
apilevel = "2.0" # codeql[py/unused-global-variable]
35-
threadsafety = 1 # codeql[py/unused-global-variable]
36-
paramstyle = "qmark" # codeql[py/unused-global-variable]
34+
# codeql[py/unused-global-variable]
35+
apilevel = "2.0"
36+
threadsafety = 1
37+
paramstyle = "qmark"

0 commit comments

Comments
 (0)