Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .mise.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[env]
[env._]

[env._.python]

[env._.python.venv]
create = true
path = ".venv"

[tools]
pnpm = "latest"
hugo-extended = "v0.156.0"
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
name: "Trailing Whitespace"
Expand All @@ -17,7 +17,7 @@ repos:
name: "Check Merge Conflicts"

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.3
rev: 0.36.2
hooks:
- id: check-github-workflows
- id: check-dependabot
Expand Down Expand Up @@ -56,14 +56,14 @@ repos:
- mdformat-footnote

- repo: https://github.com/crate-ci/typos
rev: v1.30.2
rev: v1.43.5
hooks:
- id: typos
args: [--force-exclude]
name: "Typos"

- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.17.2
rev: v0.21.0
hooks:
- id: markdownlint-cli2
name: "Markdown Lint"
7 changes: 3 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
go 1.25.0
node 22.15.1
python 3.12.10
pnpm 10.14.0
golang 1.25.7
nodejs 22.16.0
python 3.12.12
9 changes: 0 additions & 9 deletions dev-requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.8.0",
"description": "A simpl(e) Hugo Theme",
"author": "@esacteksab",
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.30.1",
"scripts": {
"postcss": "postcss ./assets/css/main.css --config ./postcss.config.js -r"
},
Expand Down
Loading