From f535048da2a8596e5ed96950f43c17e8b0c4586b Mon Sep 17 00:00:00 2001 From: github-actions-bot Date: Sun, 18 Jan 2026 01:05:40 +0900 Subject: [PATCH 1/3] 2026-01-18 01:05:40 (Sun) > DW-Mac > derekwan From 876861839f52cccfcb4c8fd7b8b9c0d758706c7e Mon Sep 17 00:00:00 2001 From: github-actions-bot Date: Sun, 18 Jan 2026 01:06:53 +0900 Subject: [PATCH 2/3] 2026-01-18 01:06:53 (Sun) > DW-Mac > derekwan --- .pre-commit-config.yaml | 55 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc5ffce..0b1b51f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/dycw/actions - rev: 0.15.1 + rev: 0.15.5 hooks: - id: conformalize-repo args: @@ -27,11 +27,17 @@ repos: - --readme - --repo-name=template-python - --ruff + priority: 10 - id: format-requirements + priority: 10 - id: replace-sequence-strs + priority: 10 - id: touch-empty-py + priority: 10 - id: touch-py-typed + priority: 10 - id: update-requirements + priority: 10 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: @@ -39,6 +45,7 @@ repos: - id: check-merge-conflict - id: check-symlinks - id: destroyed-symlinks + priority: 20 - id: detect-private-key - id: end-of-file-fixer - id: mixed-line-ending @@ -48,7 +55,10 @@ repos: - id: pretty-format-json args: - --autofix + priority: 10 - id: trailing-whitespace + - id: check-illegal-windows-names + priority: 20 - repo: local hooks: - id: prettier @@ -58,21 +68,26 @@ repos: types_or: - markdown - yaml + priority: 10 - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.13 hooks: - id: ruff-check args: - --fix + priority: 20 - id: ruff-format + priority: 10 - repo: https://github.com/scop/pre-commit-shfmt rev: v3.12.0-2 hooks: - id: shfmt + priority: 10 - repo: https://github.com/koalaman/shellcheck-precommit rev: v0.11.0 hooks: - id: shellcheck + priority: 20 - repo: https://github.com/compwa/taplo-pre-commit rev: v0.9.3 hooks: @@ -84,6 +99,7 @@ repos: - indent_entries=true - --option - reorder_keys=true + priority: 10 - repo: https://github.com/astral-sh/uv-pre-commit rev: 0.9.26 hooks: @@ -94,3 +110,40 @@ repos: - highest - --prerelease - disallow + priority: 10 + - repo: builtin + hooks: + - id: check-added-large-files + priority: 20 + - id: check-case-conflict + priority: 20 + - id: check-executables-have-shebangs + priority: 20 + - id: check-json + priority: 20 + - id: check-json5 + priority: 20 + - id: check-merge-conflict + priority: 20 + - id: check-symlinks + priority: 20 + - id: check-toml + priority: 20 + - id: check-xml + priority: 20 + - id: check-yaml + priority: 20 + - id: detect-private-key + priority: 20 + - id: end-of-file-fixer + priority: 10 + - id: fix-byte-order-marker + priority: 10 + - id: mixed-line-ending + args: + - --fix=lf + priority: 10 + - id: no-commit-to-branch + priority: 20 + - id: trailing-whitespace + priority: 10 From 917f65cf13c1ed7a7b97d4194b1070f13db5d6fb Mon Sep 17 00:00:00 2001 From: github-actions-bot Date: Sun, 18 Jan 2026 01:09:26 +0900 Subject: [PATCH 3/3] 2026-01-18 01:09:26 (Sun) > DW-Mac > derekwan --- .pre-commit-config.yaml | 74 ++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 42 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b1b51f..f20efb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,27 +38,53 @@ repos: priority: 10 - id: update-requirements priority: 10 - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v6.0.0 + - repo: builtin hooks: + - id: check-added-large-files + priority: 20 + - id: check-case-conflict + priority: 20 - id: check-executables-have-shebangs + priority: 20 + - id: check-json + priority: 20 + - id: check-json5 + priority: 20 - id: check-merge-conflict + priority: 20 - id: check-symlinks - - id: destroyed-symlinks + priority: 20 + - id: check-toml + priority: 20 + - id: check-xml + priority: 20 + - id: check-yaml priority: 20 - id: detect-private-key + priority: 20 - id: end-of-file-fixer + priority: 10 + - id: fix-byte-order-marker + priority: 10 - id: mixed-line-ending args: - --fix=lf + priority: 10 - id: no-commit-to-branch + priority: 20 + - id: trailing-whitespace + priority: 10 + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v6.0.0 + hooks: + - id: check-illegal-windows-names + priority: 20 + - id: destroyed-symlinks + priority: 20 - id: pretty-format-json args: - --autofix priority: 10 - - id: trailing-whitespace - - id: check-illegal-windows-names - priority: 20 - repo: local hooks: - id: prettier @@ -111,39 +137,3 @@ repos: - --prerelease - disallow priority: 10 - - repo: builtin - hooks: - - id: check-added-large-files - priority: 20 - - id: check-case-conflict - priority: 20 - - id: check-executables-have-shebangs - priority: 20 - - id: check-json - priority: 20 - - id: check-json5 - priority: 20 - - id: check-merge-conflict - priority: 20 - - id: check-symlinks - priority: 20 - - id: check-toml - priority: 20 - - id: check-xml - priority: 20 - - id: check-yaml - priority: 20 - - id: detect-private-key - priority: 20 - - id: end-of-file-fixer - priority: 10 - - id: fix-byte-order-marker - priority: 10 - - id: mixed-line-ending - args: - - --fix=lf - priority: 10 - - id: no-commit-to-branch - priority: 20 - - id: trailing-whitespace - priority: 10