Python: Add file-not-closed and special-method-wrong-signature to python code-quality suite

This commit is contained in:
Joe Farebrother
2025-04-01 09:59:58 +01:00
parent 3652d6f258
commit 73eebcbca6

View File

@@ -1,5 +1,7 @@
- queries: .
- include:
id:
- py/not-named-self
- py/not-named-self
- py/not-named-cls
- py/file-not-closed
- py/special-method-wrong-signature