diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 000000000..bd7ad9466 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +- id: oxipng + name: oxipng + description: 'Multithreaded PNG optimizer written in Rust.' + entry: oxipng + language: rust + types: [png] + require_serial: true