Add pre-commit hook (#37)

This commit is contained in:
Manuel Kaufmann 2020-05-18 10:13:59 +02:00 committed by GitHub
parent 4707883f4e
commit 696d74e7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
.pre-commit-hooks.yaml Normal file
View File

@ -0,0 +1,6 @@
- id: powrap
name: powrap
entry: powrap
language: python
files: \.po$
args: ['--modified', '--quiet']