Skip to content

Commit

Permalink
Add ruff format & poetry build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Chursinau committed Feb 21, 2024
1 parent 57bf4ad commit bf5371f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf5371f

Please sign in to comment.