pre-commit: disable flake check

This commit is contained in:
Jörg Thalheim
2023-08-02 11:17:02 +02:00
committed by Mic92
parent 019980123b
commit dd96877b9e

View File

@@ -38,6 +38,8 @@
includes = [ "*.py" ];
};
# we already run treefmt in ci
pre-commit.check.enable = false;
# activated in devShells via inputsFrom = [config.pre-commit.devShell];
pre-commit.settings.hooks.format-all = {
name = "format-all";