mirror of
https://github.com/enpaul/keyosk.git
synced 2024-11-21 22:17:02 +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
|
rev: master
|
||||||
hooks:
|
hooks:
|
||||||
- id: reorder-python-imports
|
- id: reorder-python-imports
|
||||||
|
args:
|
||||||
|
- --application-directories=keyosk
|
||||||
language: system
|
language: system
|
||||||
|
exclude: "tests/"
|
||||||
|
@ -6,7 +6,6 @@ sources of truth agree with each other.
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
import toml
|
import toml
|
||||||
|
|
||||||
from keyosk import __about__
|
from keyosk import __about__
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user