Merge pull request 'feat: add pre-commit' (#72) from benvin/pre-commit into master
Deploy / deploy-8 (push) Failing after 3s
Deploy / deploy-9 (push) Failing after 3s

Reviewed-on: #72
This commit was merged in pull request #72.
This commit is contained in:
2025-11-30 21:55:39 +11:00
12 changed files with 41 additions and 11 deletions
+19
View File
@@ -0,0 +1,19 @@
---
repos:
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.1
hooks:
- id: yamllint
args:
[
"-d {extends: relaxed, rules: {line-length: disable}}",
"-s",
]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.7
hooks:
# Run the linter.
- id: ruff-check
args: [--fix]
# Run the formatter.
- id: ruff-format
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}
+1
View File
@@ -1,3 +1,4 @@
---
# nfpm.yaml
name: ${PACKAGE_NAME}