Skip to content

Commit

Permalink
fix(pre-commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu Bouamama committed Dec 7, 2020
1 parent 6d1907b commit f26dd19
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parsers:
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
require_changes: no
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ test:
coverage:
coverage report -m --branch
lint:
pip install pre-commit
pre-commit run --all-files
docstr:
docstr-coverage MyJWT tests --skipinit --badge=img
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==5.3
requests-mock==1.8.0
flake8==3.8.4
pytest==6.1.2
pre-commit==2.9.2
pytest==6.1.2
requests-mock==1.8.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==7.1.2
requests==2.25.0
cryptography==3.2.1
pyOpenSSL==20.0.0
requests==2.25.0
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{36,37,38,39}, docs, pypi-description, coverage-report
envlist = py{36,37,38}, docs, pypi-description, coverage-report
[testenv]
description = Run tests and measure coverage.
allowlist_externals = make
Expand Down

0 comments on commit f26dd19

Please sign in to comment.