Skip to content

Commit

Permalink
Merge branch 'jazzband:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwalch authored Apr 6, 2023
2 parents 1227c90 + 6154436 commit b7aaf9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.11.1
rev: 5.12.0
hooks:
- id: isort
args: ['--profile', 'black', '--check-only', '--diff']
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ passenv =
DB_*
usedevelop = True
commands =
pytest {posargs}
python -m pytest {posargs}

[testenv:flake8]
basepython =
Expand Down

0 comments on commit b7aaf9f

Please sign in to comment.