Skip to content

Commit a268bbf

Browse files
committed
run ruff on ci
1 parent 1a7a5d2 commit a268bbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.builds/qbpm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ tasks:
1010
- format: |
1111
cd qbpm
1212
$NIX develop .#ci -c black --diff --check qbpm tests
13+
- ruff: |
14+
cd qbpm
15+
$NIX develop .#ci -c ruff qbpm
1316
- mypy: |
1417
cd qbpm
1518
$NIX develop .#ci -c mypy qbpm tests

0 commit comments

Comments
 (0)