Skip to content

Commit e8730fb

Browse files
authored
Run pre-commit autoupdate to get seed-isort-config fix (#840)
1 parent 23a5352 commit e8730fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 18.5b1
3+
rev: 18.6b1
44
hooks:
55
- id: black
66
args: [--line-length=99, --safe]
77
language_version: python3.6
88
- repo: https://github.com/asottile/blacken-docs
9-
rev: v0.1.1
9+
rev: v0.2.0
1010
hooks:
1111
- id: blacken-docs
12-
additional_dependencies: [black==18.5b1]
12+
additional_dependencies: [black==18.6b1]
1313
language_version: python3.6
1414
- repo: https://github.com/asottile/seed-isort-config
15-
rev: v1.0.0
15+
rev: v1.0.1
1616
hooks:
1717
- id: seed-isort-config
1818
- repo: https://github.com/pre-commit/mirrors-isort
@@ -30,6 +30,6 @@ repos:
3030
additional_dependencies: ["flake8-bugbear == 18.2.0"]
3131
language_version: python3.6
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v1.2.0
33+
rev: v1.3.0
3434
hooks:
3535
- id: pyupgrade

0 commit comments

Comments
 (0)