Skip to content

fix: bump flake8-bugbear from 24.12.12 to 25.11.29 #80

fix: bump flake8-bugbear from 24.12.12 to 25.11.29

fix: bump flake8-bugbear from 24.12.12 to 25.11.29 #80

Workflow file for this run

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [created]
workflow_dispatch:
jobs:
validation:
uses: microsoft/action-python/.github/workflows/validation.yml@0.7.3
with:
workdir: '.'
# TL: The 'publish' step is disabled until I am ready to publish something
#publish:
#uses: microsoft/action-python/.github/workflows/publish.yml@0.7.3
#secrets:
#PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
#TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}