Merge pull request #19179 from joefarebrother/python-ccr

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 12:26:35 +01:00
committed by GitHub

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