Skip to content

Commit

Permalink
Add pre-commit hook declaration (#431)
Browse files Browse the repository at this point in the history
Fixes #429.
  • Loading branch information
adamchainz authored Jan 15, 2022
1 parent faf10c6 commit acdd66b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- id: oxipng
name: oxipng
description: 'Multithreaded PNG optimizer written in Rust.'
entry: oxipng
language: rust
types: [png]
require_serial: true

0 comments on commit acdd66b

Please sign in to comment.