Skip to content

Commit 8fe2b4a

Browse files
chore: fix pre-commit hook for mypy (#723)
Fixes #721 Signed-off-by: weichslgartner <[email protected]>
1 parent e2ce42c commit 8fe2b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: system
66
name: mypy
7-
entry: poetry run tox -e mypy-locked
7+
entry: poetry run tox -e mypy-current
88
pass_filenames: false
99
language: system
1010
- repo: local

0 commit comments

Comments
 (0)