Skip to content

Commit 8a627ec

Browse files
committed
restore ruff and mypy in ci
1 parent 7677278 commit 8a627ec

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.builds/nix.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ sources:
44
environment:
55
NIX_CONFIG: "experimental-features = nix-command flakes"
66
tasks:
7-
- check: |
7+
- format: |
88
cd qbpm
9-
nix flake check --quiet
9+
nix develop --quiet -c ruff format --check
10+
- ruff: |
11+
cd qbpm
12+
nix develop -c ruff check
13+
- mypy: |
14+
cd qbpm
15+
nix develop -c mypy src tests
1016
- build: |
1117
cd qbpm
1218
nix build --quiet

0 commit comments

Comments
 (0)