Skip to content

chore(deps-dev): Update ruff requirement from >=0.16.2 to >=0.16.3 #458

chore(deps-dev): Update ruff requirement from >=0.16.2 to >=0.16.3

chore(deps-dev): Update ruff requirement from >=0.16.2 to >=0.16.3 #458

Workflow file for this run

name: MegaLinter
on:
push:
pull_request:
branches: [main]
jobs:
megalinter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: oxsecurity/megalinter/flavors/python@v10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}