Skip to content

Commit

Permalink
Move pre-commit-hooks to dev dependencies
Browse files Browse the repository at this point in the history
The pre-commit-hooks is actually a developer tool that is not necessary
to run the application. It has been added as a runtime dependency by
accident. Moved to the dev-packages section instead.
  • Loading branch information
Glutexo authored and dehort committed Jul 25, 2019
1 parent 009dbbb commit d99f6bf
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ujson = "*"
watchtower = "*"
"boto3" = "*"
kafka = "*"
pre-commit-hooks = "*"

[dev-packages]
pytest = "*"
Expand All @@ -37,6 +36,7 @@ coverage = "*"
flake8 = "*"
pyupgrade = "*"
reorder-python-imports = "*"
pre-commit-hooks = "*"

[requires]
python_version = "3.6"
158 changes: 62 additions & 96 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d99f6bf

Please sign in to comment.