Skip to content

Commit

Permalink
Màj black, freezegun, coverage et les dépendances dans .pre-commit-co…
Browse files Browse the repository at this point in the history
…nfig.yaml #526
  • Loading branch information
christophehenry authored Feb 3, 2022
2 parents 7196b9c + 1733feb commit 738e481
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 20.8b0
rev: 22.1.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.1
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v4.1.0
hooks:
- id: end-of-file-fixer
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ django-debug-toolbar==3.2.4
phonenumberslite==8.12.41
django-phonenumber-field==6.0.0

black==21.12b0
pre-commit==2.17.0
pre-commit-hooks==4.1.0
black==22.1.0
flake8==4.0.1

celery[redis]==5.2.3
coverage==6.3
coverage==6.3.1
entrypoints==0.3
factory-boy==3.2.1
flake8==4.0.1
freezegun==0.3.15
freezegun==1.1.0
gunicorn==20.1.0
mock==4.0.3
Pillow==9.0.0
pre-commit==2.17.0
psycopg2-binary==2.9.3
ptpython==3.0.20
PyJWT==1.7.1
Expand Down

0 comments on commit 738e481

Please sign in to comment.