mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
Merge pull request #128 from Mic92/SuperSandro2000-ruff
Fix ruf error on nixos-unstable
This commit is contained in:
commit
bd1b4353f8
@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
echo -e "\x1b[32m## run black\x1b[0m"
|
||||
LC_ALL=en_US.utf-8 black --check . bin/nix-update
|
||||
echo -e "\x1b[32m## run ruff\x1b[0m"
|
||||
ruff . bin/nix-update
|
||||
ruff .
|
||||
echo -e "\x1b[32m## run mypy\x1b[0m"
|
||||
mypy --no-warn-unused-ignores --strict nix_update tests
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user