add(pre-commit): add configuration files for pre-commit, markdownlint, and codespell; update README with setup instructions

This commit is contained in:
HendrikRauh 2026-03-06 11:26:47 +01:00
parent 26f56e8ca6
commit 732046b15e
7 changed files with 191 additions and 69 deletions

View file

@ -24,11 +24,11 @@
pkgs.python3
pkgs.python3Packages.invoke
# Formatting tools
pkgs.pre-commit
pkgs.clang-tools
pkgs.nodePackages.prettier
pkgs.nodePackages.svgo
pkgs.black
pkgs.svgo
pkgs.prettier
pkgs.nixfmt
];
};