fix: remove trailing whitespace lint check for ./po

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2023-01-10 14:28:17 -08:00
parent 7a9448a3e5
commit 413de914ca
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -8,6 +8,7 @@ repos:
- id: check-toml
- id: end-of-file-fixer
- id: trailing-whitespace
exclude: ^po/
- id: debug-statements
- repo: https://github.com/myint/autoflake