Fix pre-commit conflicting on test imports

This commit is contained in:
Ethan Paul 2020-11-26 01:54:37 -05:00
parent ca891dd1fb
commit 32309090b9
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
2 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,7 @@ repos:
rev: master
hooks:
- id: reorder-python-imports
args:
- --application-directories=keyosk
language: system
exclude: "tests/"

View File

@ -6,7 +6,6 @@ sources of truth agree with each other.
from pathlib import Path
import toml
from keyosk import __about__