mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-05 06:07:06 +00:00
Fix pre-commit conflicting on test imports
This commit is contained in:
parent
ca891dd1fb
commit
32309090b9
@ -25,4 +25,7 @@ repos:
|
||||
rev: master
|
||||
hooks:
|
||||
- id: reorder-python-imports
|
||||
args:
|
||||
- --application-directories=keyosk
|
||||
language: system
|
||||
exclude: "tests/"
|
||||
|
@ -6,7 +6,6 @@ sources of truth agree with each other.
|
||||
from pathlib import Path
|
||||
|
||||
import toml
|
||||
|
||||
from keyosk import __about__
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user