Skip to content

Commit 2ba9d77

Browse files
[pre-commit.ci] pre-commit autoupdate (#85)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) * Update tox.ini --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Stuart Mumford <stuart@cadair.com>
1 parent 68d04ab commit 2ba9d77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: trailing-whitespace

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ deps =
1818
pytest-cookies
1919
pytest-venv
2020
tox[test]
21+
devpi-process
22+
pytest-mock
2123

2224
commands =
2325
pytest tests/ {posargs}

0 commit comments

Comments
 (0)