Skip to content

Use ruff for repository linting instead of replacing pylint_notebook #127

Use ruff for repository linting instead of replacing pylint_notebook

Use ruff for repository linting instead of replacing pylint_notebook #127

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