Merge pull request #13580 from kaspersv/kaspersv/python-remaining-implicit-this

Python: Enable implicit this warnings for remaining packs
This commit is contained in:
Rasmus Wriedt Larsen
2023-06-27 16:42:03 +02:00
committed by GitHub
4 changed files with 4 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ name: codeql/python-downgrades
groups: python
downgrades: .
library: true
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ groups: [python, test, consistency-queries]
dependencies:
codeql/python-all: ${workspace}
extractor: python
warnOnImplicitThis: true

View File

@@ -4,3 +4,4 @@ groups:
- examples
dependencies:
codeql/python-all: ${workspace}
warnOnImplicitThis: true

View File

@@ -3,3 +3,4 @@ version: 0.0.1
extractor: python
dependencies:
codeql/python-all: '*'
warnOnImplicitThis: true