Skip to content

Commit 38ae1b2

Browse files
committed
CI: Don't suppress CodeQL rule py/unused-local-variable
1 parent 2637b68 commit 38ae1b2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/codeql.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,3 @@ query-filters:
2727
# https://codeql.github.com/codeql-query-help/python/py-not-named-self/
2828
- exclude:
2929
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

Comments
 (0)