Skip to content

Commit 0d115ce

Browse files
committed
Fix tests
1 parent da467fb commit 0d115ce

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
@@ -35,5 +35,5 @@ repos:
3535
rev: 'a66e98df7b4aeeb3724184b332785976d062b92e'
3636
hooks:
3737
- id: mypy
38-
args: [ "--ignore-missing-imports", "-p reportportal_client" ]
38+
args: [ "-p", "reportportal_client", "--ignore-missing-imports", ]
3939
exclude: 'tests/'

0 commit comments

Comments
 (0)