commit acea4687a49cf955bc18db88a7d42d3db0de252f (tree)
parent 513b2cf00db7f6ac58a9ec1a3bcbdc989834c4cc
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Sun, 28 Jan 2024 16:43:31 +0200
remove redundant flake8 check
it's already in pre-commit-hooks
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git 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;
};