We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a38b4 commit 8374792Copy full SHA for 8374792
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
+ rev: v6.0.0
5
hooks:
6
- id: check-added-large-files
7
- id: fix-byte-order-marker
shell.nix
@@ -6,7 +6,6 @@ with pkgs;
let
packages = (
8
p: with p; [
9
- ansicolors
10
argparse
11
luafilesystem
12
luaprompt
0 commit comments