Skip to content

Run ruff on ipynb #5649

Run ruff on ipynb

Run ruff on ipynb #5649

Workflow file for this run

name: Lint with Darker
on:
push:
branches:
- 'master'
- 'release/*'
pull_request:
jobs:
lint-with-darker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- uses: akaihola/darker@1.7.2
with:
options: "--check --diff"
src: "./qcodes"
revision: "origin/master..."
version: "@e3c210b5c1b91400c3f317b2474c10ab23bec1cf"