Skip to content

Remove a try-except and use context-managed open_file #14

Remove a try-except and use context-managed open_file

Remove a try-except and use context-managed open_file #14

Workflow file for this run

name: lint code using ruff
on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1