This commit is contained in:
flux 2023-05-25 09:03:24 -07:00
parent fa49f3c8d1
commit b3d9e5ebde
No known key found for this signature in database
GPG Key ID: 9333B27816848A15
2 changed files with 10 additions and 1 deletions

View File

@ -10,12 +10,20 @@ repos:
- repo: local
hooks:
- id: detect_debug
name: detect debug
language: pygrep
entry: DEBUG
pass_filenames: true
exclude: .pre-commit-config.yaml
fail_fast: true
- id: stylua
name: stylua
language: system
entry: stylua
pass_filenames: true
types: [ file, lua ]
fail_fast: true
- id: luacheck
name: luacheck
language: system
@ -23,3 +31,4 @@ repos:
pass_filenames: true
types: [ file, lua ]
args: [ -q ]
fail_fast: true

View File

@ -3,7 +3,7 @@ title = balanced_diet
description = api for specifying multiple dimensions to eating
website = https://content.minetest.net/packages/rheo/balanced_diet/
author = fluxionary
license = AGPL-3.0-or-later
license = LGPL-3.0-or-later
media_license = CC-BY-SA-4.0
version = 2023-03-06
min_minetest_version = 5.6.1