1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-11-09 13:11:29 +00:00

Fix pre-commit conflicting on test imports

This commit is contained in:
2020-11-26 01:54:37 -05:00
parent ca891dd1fb
commit 32309090b9
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__