Skip to content

Commit 0cf35fc

Browse files
authored
chore: run pre-commit autoupdate (#890)
1 parent 2853ac0 commit 0cf35fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ repos:
55
- id: isort
66
args: [ "." ]
77
- repo: https://github.com/pre-commit/mirrors-mypy
8-
rev: v0.961
8+
rev: v1.4.1
99
hooks:
1010
- id: mypy
1111
entry: mypy appium/ test/functional
1212
pass_filenames: false
1313
- repo: https://github.com/psf/black
14-
rev: 22.3.0
14+
rev: 23.3.0
1515
hooks:
1616
- id: black
1717
args: [ ".", "-l", "120", "-S" ]

0 commit comments

Comments
 (0)