diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7dc6828..3c7acb3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,4 +25,7 @@ repos: rev: master hooks: - id: reorder-python-imports + args: + - --application-directories=keyosk language: system + exclude: "tests/" diff --git a/tests/test_metadata.py b/tests/test_metadata.py index b98c93e..f7612f6 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -6,7 +6,6 @@ sources of truth agree with each other. from pathlib import Path import toml - from keyosk import __about__