Skip to content

Commit b8daf2c

Browse files
committed
chore: update precommit config
1 parent 7ac1fd9 commit b8daf2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.12.0
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
args: [ "." ]
77
- repo: https://github.com/pre-commit/mirrors-mypy
8-
rev: v1.4.1
8+
rev: v1.10.0
99
hooks:
1010
- id: mypy
1111
entry: mypy appium/ test/functional
1212
pass_filenames: false
1313
additional_dependencies: [types-python-dateutil==2.8.19.13]
1414
- repo: https://github.com/psf/black
15-
rev: 23.3.0
15+
rev: 24.4.2
1616
hooks:
1717
- id: black
1818
args: [ ".", "-l", "120", "-S" ]

0 commit comments

Comments
 (0)