Skip to content

Commit

Permalink
fix: Add missing dependencies for types-python-dateutil (#891)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Dor-bl authored Jul 11, 2023
1 parent 0cf35fc commit 78bbb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
- id: mypy
entry: mypy appium/ test/functional
pass_filenames: false
additional_dependencies: [types-python-dateutil==2.8.19.13]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
Expand Down

0 comments on commit 78bbb73

Please sign in to comment.