Fix exception when not installing project dependencies

Fix bug in precommit args
This commit is contained in:
2020-11-26 13:43:33 -05:00
parent e96f4fb5e5
commit 216ee8b095
2 changed files with 2 additions and 1 deletions

View File

@@ -44,5 +44,5 @@ repos:
hooks:
- id: reorder-python-imports
args:
- "--unclassifiable-application-module tox_poetry_installer"
- "--unclassifiable-application-module=tox_poetry_installer"
language: system