From bf5371f95cf33a955426d66243550ea8f287d755 Mon Sep 17 00:00:00 2001 From: Alexey Chursinau Date: Wed, 21 Feb 2024 22:25:37 +0100 Subject: [PATCH] Add ruff format & poetry build --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d8455983..f7e4e403 100644 --- a/flake.nix +++ b/flake.nix @@ -559,7 +559,9 @@ ( cd ./mantis nix develop --impure --command poetry run pytest - nix develop --impure --command poetry run ruff check . --exit-non-zero-on-fix --fix-only --no-unsafe-fixes --verbose + nix develop --impure --command poetry run ruff check . --exit-non-zero-on-fix --fix-only --verbose + nix develop --impure --command poetry run ruff format . --verbose + nix develop --impure --command poetry build -vvv nix develop --impure --command poetry check --lock ) nix flake show --all-systems --json --no-write-lock-file