Cleaning up code.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-05-26 16:06:13 -04:00
parent a00a8e8113
commit 7cbca29be2
5 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
---
repos:
- repo: local
hooks:
@@ -38,7 +39,12 @@ repos:
entry: reorder-python-imports
language: system
types: [python]
args: [--application-directories=src, --py39-plus]
args:
[
--application-directories=src,
--py39-plus,
--exit-zero-even-if-changed,
]
- id: trailing-whitespace
name: Trim Trailing Whitespace
entry: trailing-whitespace-fixer