Skip to content

Commit 48caca2

Browse files
gaborbernatasottile
authored andcommitted
upgrade linters (#842)
* upgrade linters * fix
1 parent e8730fb commit 48caca2

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/ambv/black
3-
rev: 18.6b1
3+
rev: 18.6b2
44
hooks:
55
- id: black
66
args: [--line-length=99, --safe]
@@ -9,7 +9,7 @@ repos:
99
rev: v0.2.0
1010
hooks:
1111
- id: blacken-docs
12-
additional_dependencies: [black==18.6b1]
12+
additional_dependencies: [black==18.6b2]
1313
language_version: python3.6
1414
- repo: https://github.com/asottile/seed-isort-config
1515
rev: v1.0.1
@@ -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.3.0
33+
rev: v1.3.1
3434
hooks:
3535
- id: pyupgrade

0 commit comments

Comments
 (0)