From acea4687a49cf955bc18db88a7d42d3db0de252f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 28 Jan 2024 16:43:31 +0200 Subject: [PATCH] remove redundant flake8 check it's already in pre-commit-hooks --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 135f7a2..255dd37 100644 --- a/flake.nix +++ b/flake.nix @@ -70,11 +70,6 @@ }; }; }; - format = pkgs.runCommand "check-format" {} '' - ${pkgs.python3Packages.flake8}/bin/flake8 \ - --exclude ${./.}/app/signup/migrations/ ${./.}/app - mkdir -p $out - ''; build-vm = self.nixosConfigurations.vm.config.system.build.vm; };