Migrate to ruff

This commit is contained in:
2024-01-31 02:32:48 +01:00
parent 898e7b272e
commit 2db6255fae
8 changed files with 21 additions and 24 deletions
+4 -4
View File
@@ -1,11 +1,10 @@
{pkgs ? import <nixpkgs> {}}: let
python = pkgs.python312.withPackages (ps:
python = pkgs.python311.withPackages (ps:
with ps; [
guessit
aiohttp
jsons
watchfiles
black
]);
dotnet = with pkgs.dotnetCorePackages;
combinePackages [
@@ -20,8 +19,9 @@ in
nodePackages.eas-cli
nodePackages.expo-cli
dotnet
# csharpier
# python
csharpier
python
ruff
go
wgo
mediainfo