File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.6 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : check-added-large-files
7
7
- id : fix-byte-order-marker
@@ -37,23 +37,23 @@ repos:
37
37
args :
38
38
- --msg-filename
39
39
- repo : https://github.com/editorconfig-checker/editorconfig-checker.python
40
- rev : 2.7 .3
40
+ rev : 3.0 .3
41
41
hooks :
42
42
- id : editorconfig-checker
43
43
- repo : https://github.com/jumanjihouse/pre-commit-hooks
44
44
rev : 3.0.0
45
45
hooks :
46
46
- id : check-mailmap
47
47
- repo : https://github.com/rhysd/actionlint
48
- rev : v1.7.1
48
+ rev : v1.7.4
49
49
hooks :
50
50
- id : actionlint
51
51
- repo : https://github.com/adrienverge/yamllint
52
52
rev : v1.35.1
53
53
hooks :
54
54
- id : yamllint
55
55
- repo : https://github.com/executablebooks/mdformat
56
- rev : 0.7.17
56
+ rev : 0.7.19
57
57
hooks :
58
58
- id : mdformat
59
59
additional_dependencies :
@@ -67,18 +67,18 @@ repos:
67
67
- mdformat-config
68
68
- mdformat-web
69
69
- repo : https://github.com/DavidAnson/markdownlint-cli2
70
- rev : v0.13 .0
70
+ rev : v0.15 .0
71
71
hooks :
72
72
- id : markdownlint-cli2
73
73
additional_dependencies :
74
74
- markdown-it-texmath
75
75
- repo : https://github.com/astral-sh/ruff-pre-commit
76
- rev : v0.6.1
76
+ rev : v0.7.4
77
77
hooks :
78
78
- id : ruff
79
79
- id : ruff-format
80
80
- repo : https://github.com/kumaraditya303/mirrors-pyright
81
- rev : v1.1.376
81
+ rev : v1.1.389
82
82
hooks :
83
83
- id : pyright
84
84
- repo : https://github.com/lunarmodules/luacheck
Original file line number Diff line number Diff line change 1
- #!/usr/bin/env -S nvim --headless -l
1
+ #!/usr/bin/env -S nvim --headless --cmd "let g:repl = 'nvimp'" - l
2
2
local string = require "string"
3
3
local package = require "package"
4
4
local version = string.gsub(_VERSION, ".* ", "")
You can’t perform that action at this time.
0 commit comments