Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mackhendricks committed Aug 9, 2022
1 parent 9f35159 commit 56c39e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/git/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REQUIREMENTS_FILE="requirements.txt"
# pipreqs only catches stdlib libraries
INCLUDE_LIBS=('cryptography>=3.3,<3.4' 'mysqlclient' 'docker' 'certbot' 'sphinx' 'recommonmark' 'sphinxcontrib-httpdomain' 'sphinx-rtd-theme')
# excludes for conflicting libs
EXCLUDE_LIBS=('cryptography' 'docker_py' 'pyspark' 'acme.hello' 'josepy')
EXCLUDE_LIBS=('cryptography' 'docker_py' 'pyspark' 'acme.hello' 'josepy','MySQL-python')


# utility function
Expand Down

0 comments on commit 56c39e1

Please sign in to comment.