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.
2 parents 01d4c0f + 73eebcb commit 0339601Copy full SHA for 0339601
python/ql/src/codeql-suites/python-code-quality.qls
@@ -1,5 +1,7 @@
1
- queries: .
2
- include:
3
id:
4
- - py/not-named-self
+ - py/not-named-self
5
- py/not-named-cls
6
+ - py/file-not-closed
7
+ - py/special-method-wrong-signature
0 commit comments