We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
py/unused-local-variable
1 parent 2637b68 commit 38ae1b2Copy full SHA for 38ae1b2
1 file changed
.github/codeql.yml
@@ -27,9 +27,3 @@ query-filters:
27
# https://codeql.github.com/codeql-query-help/python/py-not-named-self/
28
- exclude:
29
id: py/not-named-self
30
-
31
- # A few occurrences of unused local variables.
32
- # TODO: May be improved.
33
- # https://codeql.github.com/codeql-query-help/python/py-unused-local-variable/
34
- - exclude:
35
- id: py/unused-local-variable
0 commit comments