1
Fork 0

remove redundant flake8 check

it's already in pre-commit-hooks
This commit is contained in:
Motiejus Jakštys 2024-01-28 16:43:31 +02:00
parent 513b2cf00d
commit acea4687a4
1 changed files with 0 additions and 5 deletions

View File

@ -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; build-vm = self.nixosConfigurations.vm.config.system.build.vm;
}; };