Skip to content

flake.nix: replace black with ruff format #45

flake.nix: replace black with ruff format

flake.nix: replace black with ruff format #45

Workflow file for this run

name: "Lint"
on:
push:
pull_request:
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixpkgs-unstable
- run: |
nix flake check -L