Skip to content

Commit

Permalink
Pin pytest in pre-commit mypy configuration
Browse files Browse the repository at this point in the history
As discussed with chrysle, pinning of the dependencies in pyproject.toml will be addressed in the context of #1927.

Co-authored-by: chrysle <[email protected]>
  • Loading branch information
chludwig-haufe and chrysle authored Sep 27, 2023
1 parent ee789c8 commit 4dc5a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- pip==20.3.4
- build==1.0.0
- pyproject_hooks==1.0.0
- pytest>=7.2.0
- pytest==7.4.2
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
hooks:
Expand Down

0 comments on commit 4dc5a57

Please sign in to comment.