Skip to content

Commit

Permalink
chore: fix pre-commit hook for mypy (#723)
Browse files Browse the repository at this point in the history
Fixes #721

Signed-off-by: weichslgartner <weichslgartner@gmail.com>
  • Loading branch information
weichslgartner authored Oct 23, 2024
1 parent e2ce42c commit 8fe2b4a
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 @@ -4,7 +4,7 @@ repos:
hooks:
- id: system
name: mypy
entry: poetry run tox -e mypy-locked
entry: poetry run tox -e mypy-current
pass_filenames: false
language: system
- repo: local
Expand Down

0 comments on commit 8fe2b4a

Please sign in to comment.