Skip to content

Commit

Permalink
CodeQL: Use catch-all suppression inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 23, 2024
1 parent e75fa7c commit 3085922
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/crate/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
# regex!
__version__ = "1.0.0"

apilevel = "2.0" # codeql[py/unused-global-variable]
threadsafety = 1 # codeql[py/unused-global-variable]
paramstyle = "qmark" # codeql[py/unused-global-variable]
# codeql[py/unused-global-variable]
apilevel = "2.0"
threadsafety = 1
paramstyle = "qmark"

0 comments on commit 3085922

Please sign in to comment.