We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ffb28 commit 510be25Copy full SHA for 510be25
1 file changed
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- - repo: https://github.com/pre-commit/mirrors-isort
3
- rev: v4.3.21
+ - repo: https://github.com/timothycrosley/isort
+ rev: 4.3.21
4
hooks:
5
- id: isort
6
language_version: python3.7
7
exclude: '/mibs'
8
- repo: https://github.com/python/black
9
- rev: 19.3b0
+ rev: 19.10b0
10
11
- id: black
12
13
14
- repo: https://gitlab.com/pycqa/flake8
15
- rev: 3.7.8
+ rev: 3.7.9
16
17
- id: flake8
18
additional_dependencies: [
0 commit comments