Skip to content

Bump ruff from 0.5.2 to 0.5.4 #81

Bump ruff from 0.5.2 to 0.5.4

Bump ruff from 0.5.2 to 0.5.4 #81

Workflow file for this run

on:
pull_request:
push:
branches: [main]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()