Skip to content

Replace pylint disable comments with ruff noqa and remove others #128

Replace pylint disable comments with ruff noqa and remove others

Replace pylint disable comments with ruff noqa and remove others #128

Workflow file for this run

name: status
on: [push]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install ruff
run: pip3 install -U ruff
- name: Check ruff
run: ruff check nbtools