Skip to content

Commit 02ea48c

Browse files
committed
🎨 Omit modules of rockspec
1 parent 1acf468 commit 02ea48c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ repos:
7373
additional_dependencies:
7474
- markdown-it-texmath
7575
- repo: https://github.com/astral-sh/ruff-pre-commit
76-
rev: v0.4.9
76+
rev: v0.6.1
7777
hooks:
7878
- id: ruff
7979
- id: ruff-format
8080
- repo: https://github.com/kumaraditya303/mirrors-pyright
81-
rev: v1.1.367
81+
rev: v1.1.376
8282
hooks:
8383
- id: pyright
8484
- repo: https://github.com/lunarmodules/luacheck
File renamed without changes.

template.rockspec

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ end
3838

3939
build = {
4040
type = 'builtin',
41-
modules = {["prompt-style"] = "prompt-style.lua"},
4241
install = {
4342
-- cannot use _VERSION
4443
bin = {

0 commit comments

Comments
 (0)