From a12a53d13f4a16446fd4d427eee8b6f4f6728e9d Mon Sep 17 00:00:00 2001 From: Stephen-RA-King <33905365+Stephen-RA-King@users.noreply.github.com> Date: Sun, 28 Aug 2022 20:42:09 +0100 Subject: [PATCH] chore: change entry point --- .pre-commit-config.yaml | 10 +++------- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33f8c9d..389e585 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -99,13 +99,9 @@ repos: args: - --ignore-missing-imports - --disallow-untyped-defs - exclude: | - (?x)^( - docs/source/conf.py| - cleanup.py| - tasks.py - tests - )$ + exclude: + "(?x)^(\n docs/source/conf.py|\n cleanup.py|\n tasks.py\n \ + \ tests\n)$\n" id: mypy repo: https://github.com/pre-commit/mirrors-mypy rev: v0.971 diff --git a/setup.cfg b/setup.cfg index 4372f22..3956c70 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ piptools_sync = [options.entry_points] console_scripts = - piptools_sync = piptools_sync.tryout:main + piptools_sync = piptools_sync.piptools_sync:main [flake8]