Skip to content

replace '<object> == 0' by 'not <object>' & updated f-strings. #228

replace '<object> == 0' by 'not <object>' & updated f-strings.

replace '<object> == 0' by 'not <object>' & updated f-strings. #228

Workflow file for this run

name: CodeQL
on: [push, pull_request]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v2
with:
languages: python
- uses: github/codeql-action/analyze@v2