1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Álvaro Mondéjar Rubio
a95a3d0912 Deduplicate docs between README and MkDocs site (#792) 2025-09-25 11:28:29 +08:00
tmdhhl
c3cd21a93e Refactor fix_trailing_whitespace (#411)
* correctly handle trailing whitespace for all files, especially Markdown, without loading entire file into memory.

* update .pre-commit-config.yaml

* update ci.yaml

* update fix_trailing_whitespace.rs set default chars.

* restore ci.yaml

* update fix_trailing_whitespace.rs

* minor message style tweak

* use different buffer strategies for files based on size

---------

Co-authored-by: Jo <10510431+j178@users.noreply.github.com>
2025-08-12 11:30:02 +08:00
Jo
69bc48640c Update devcontainers 2025-08-07 05:43:32 +00:00
Lemon
f4b0ec9088 feat: support docker language (#67)
* feat: support docker language

* CI: instead using libc crate for unix

* refactor: remove regex-lite

* Tweak some style

* Avoid usage of `unwrap`

* test: docker in docker test and behavior test

* merge master

* refactor: return `path` if it can't get container_id

* ci: disable windows and macOS docker test

* fix: linux docker in windows docker, path separator don't replace

* ci: default disable docker test

* ci: update snapshot

* Style tweak

* Simplify test

* Minor

* Enable only for linux

---------

Co-authored-by: j178 <10510431+j178@users.noreply.github.com>
2024-11-20 22:07:31 +08:00
Jo
6ee33339bc Add profiler (#71)
* Add profiler

* install uv
2024-11-18 15:12:45 +08:00
Jo
85aed24fb8 Bump version to v0.0.2 (#69) 2024-11-16 23:09:43 +08:00
j178
b14310e72d init 2024-10-07 15:52:58 +08:00