Add pre-commit hook declaration

Fixes #429.
This commit is contained in:
Adam Johnson 2022-01-12 11:50:00 +00:00
parent ece9787822
commit 961c1548ec

7
.pre-commit-hooks.yaml Normal file
View file

@ -0,0 +1,7 @@
- id: oxipng
name: oxipng
description: 'Multithreaded PNG optimizer written in Rust.'
entry: oxipng
language: rust
types: [png]
require_serial: true