Skip to content

Commit ecda73e

Browse files
committed
Update pre-commit versions
1 parent 1d781c7 commit ecda73e

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,19 +1,19 @@
11
fail_fast: true
22
repos:
33
- repo: https://github.com/ambv/black
4-
rev: 'master'
4+
rev: '20.8b1'
55
hooks:
66
- id: black
77
args: [--diff, --check]
88

99
- repo: https://github.com/pre-commit/mirrors-pylint
10-
rev: 'master'
10+
rev: 'v3.0.0a1'
1111
hooks:
1212
- id: pylint
1313
args: [--disable=all, --enable=unused-import]
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: 'master'
16+
rev: 'v0.812'
1717
hooks:
1818
- id: mypy
1919
exclude: ^tests/

0 commit comments

Comments
 (0)