Skip to content

Commit 78bbb73

Browse files
authored
fix: Add missing dependencies for types-python-dateutil (#891)
* fix: Add missing dependencies for types-python-dateutil * test: replace usage of selendroid app from 'test_install_app' in applications_tests.py * Revert "test: replace usage of selendroid app from 'test_install_app' in applications_tests.py" This reverts commit dcdf08b.
1 parent 0cf35fc commit 78bbb73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repos:
1010
- id: mypy
1111
entry: mypy appium/ test/functional
1212
pass_filenames: false
13+
additional_dependencies: [types-python-dateutil==2.8.19.13]
1314
- repo: https://github.com/psf/black
1415
rev: 23.3.0
1516
hooks:

0 commit comments

Comments
 (0)