Skip to content

Commit 434bc3b

Browse files
committed
Fix tests
1 parent d77af30 commit 434bc3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ repos:
3535
rev: 'a66e98df7b4aeeb3724184b332785976d062b92e'
3636
hooks:
3737
- id: mypy
38-
args: [ "--ignore-missing-imports", "--explicit-package-bases" ]
38+
args: [ "--ignore-missing-imports", "-p", "reportportal_client" ]
3939
exclude: 'tests/'

0 commit comments

Comments
 (0)