Skip to content

Commit

Permalink
Merge 7afd4ab into 121a261
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Dec 5, 2021
2 parents 121a261 + 7afd4ab commit bcc5410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.2.1
rev: v0.3.0
hooks:
- id: requirements-txt-sorter
args:
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ qa = mypy, lint
cov = py37, coverage

[testenv]
setenv = PYTHONDEVMODE = 1
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
deps = -r{toxinidir}/tests/requirements.txt
extras = all
commands =
Expand Down

0 comments on commit bcc5410

Please sign in to comment.