Skip to content

Commit

Permalink
perf($pipenv): upgrade dependencies and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Feb 25, 2023
1 parent d2e6a82 commit 63941b4
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 61 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ peewee = "==3.15.4"
jinja2 = "==3.1.2"
# Tool dependencies
# Faker is a Python package that generates fake data for you. https://pypi.org/project/Faker/
faker = "==17.0.0"
faker = "==17.3.0"
# A Python module to parse, validate and reformat standard numbers and codes in different formats.
# It contains a large collection of number formats. https://pypi.org/project/python-stdnum/
python-stdnum = "==1.18"
Expand All @@ -59,7 +59,7 @@ isort = "==5.12.0"
# Add type annotations to your Python programs, and use mypy to type check them. https://pypi.org/project/mypy/
mypy = "==1.0.1"
# A framework for managing and maintaining multi-language pre-commit hooks. https://pypi.org/project/pre-commit/
pre-commit = "==3.0.4"
pre-commit = "==3.1.0"
# The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
# for applications and libraries. https://pypi.org/project/pytest/
pytest = "==7.2.1"
Expand Down
118 changes: 59 additions & 59 deletions Pipfile.lock

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

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ $ pipenv run pytest --cov --cov-report html --cov-fail-under=85 --capture=no --l

Solution: delete `.git/hooks/pre-commit.legacy` and then reinstall, also deleted `.git/hooks/pre-commit` just to be sure before installing again.

2. Installing all stub type packages,

```shell
$ mypy --install-types
```

## Maintainers

[@johnnymillergh](https://github.com/johnnymillergh).
Expand Down

0 comments on commit 63941b4

Please sign in to comment.