Skip to content

Commit fbe9e11

Browse files
authored
Add mypy to pre-commit (appium#485)
1 parent eebff65 commit fbe9e11

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@
88
hooks:
99
- id: isort
1010
args: ["-rc", "."]
11+
- repo: https://github.com/pre-commit/mirrors-mypy
12+
rev: 'v0.761'
13+
hooks:
14+
- id: mypy
15+
files: ^appium/
16+
entry: mypy appium/
17+
pass_filenames: false

0 commit comments

Comments
 (0)