Skip to content

Commit

Permalink
chore: change entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen-RA-King committed Aug 28, 2022
1 parent 32c2154 commit a12a53d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a12a53d

Please sign in to comment.