pre-commit: nixfmt-rfc-style was added, updated config
This commit is contained in:
parent
2c33db1773
commit
60987062be
1 changed files with 1 additions and 4 deletions
|
@ -232,10 +232,7 @@
|
|||
pre-commit = {
|
||||
settings = {
|
||||
hooks = {
|
||||
nixfmt = {
|
||||
enable = true;
|
||||
package = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
nixfmt-rfc-style.enable = true;
|
||||
deadnix.enable = true;
|
||||
black.enable = true;
|
||||
shellcheck = {
|
||||
|
|
Loading…
Reference in a new issue