Skip to content

Commit 510be25

Browse files
committed
update hooks
1 parent 45ffb28 commit 510be25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
2-
- repo: https://github.com/pre-commit/mirrors-isort
3-
rev: v4.3.21
2+
- repo: https://github.com/timothycrosley/isort
3+
rev: 4.3.21
44
hooks:
55
- id: isort
66
language_version: python3.7
77
exclude: '/mibs'
88
- repo: https://github.com/python/black
9-
rev: 19.3b0
9+
rev: 19.10b0
1010
hooks:
1111
- id: black
1212
language_version: python3.7
1313
exclude: '/mibs'
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.7.8
15+
rev: 3.7.9
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [

0 commit comments

Comments
 (0)