Remove Git Hook for Markdown

This commit is contained in:
Michael Lehmann
2025-10-05 12:29:24 +02:00
parent 029a68032f
commit 470662be1b

View File

@@ -22,10 +22,6 @@
mypy = { mypy = {
enable = true; enable = true;
}; };
markdownlint = {
enable = true;
};
}; };
}; };
} }