qutebrowser: lint with ruff (with ALL selected)
This commit is contained in:
parent
0e93cee685
commit
f9c6b206ca
12 changed files with 99 additions and 69 deletions
|
@ -14,11 +14,16 @@
|
|||
pre-commit = {
|
||||
check.enable = true;
|
||||
settings.hooks = {
|
||||
nixfmt-rfc-style = {
|
||||
enable = true;
|
||||
};
|
||||
nixfmt-rfc-style.enable = true;
|
||||
nil.enable = true;
|
||||
shellcheck.enable = true;
|
||||
statix = {
|
||||
enable = true;
|
||||
args = [ "fix" ];
|
||||
};
|
||||
deadnix = {
|
||||
enable = true;
|
||||
args = [ "-e" ];
|
||||
};
|
||||
prettier = {
|
||||
enable = true;
|
||||
excludes = [ "flake.lock" ];
|
||||
|
@ -26,14 +31,8 @@
|
|||
ruff.enable = true;
|
||||
ruff-format.enable = true;
|
||||
shfmt.enable = true;
|
||||
deadnix = {
|
||||
enable = true;
|
||||
args = [ "-e" ];
|
||||
};
|
||||
statix = {
|
||||
enable = true;
|
||||
args = [ "fix" ];
|
||||
};
|
||||
shellcheck.enable = true;
|
||||
taplo.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue