Remove unnecessary option '--modified' from pre-commit hook configuration. (#88)

This commit is contained in:
Álvaro Mondéjar 2020-10-21 00:43:56 +02:00 committed by GitHub
parent 182aac7d75
commit 57a5dd9c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
entry: powrap
language: python
files: \.po$
args: ['--modified', '--quiet']
args: ['--quiet']