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 = {
|
pre-commit = {
|
||||||
settings = {
|
settings = {
|
||||||
hooks = {
|
hooks = {
|
||||||
nixfmt = {
|
nixfmt-rfc-style.enable = true;
|
||||||
enable = true;
|
|
||||||
package = pkgs.nixfmt-rfc-style;
|
|
||||||
};
|
|
||||||
deadnix.enable = true;
|
deadnix.enable = true;
|
||||||
black.enable = true;
|
black.enable = true;
|
||||||
shellcheck = {
|
shellcheck = {
|
||||||
|
|
Loading…
Reference in a new issue