Skip to content

Commit 30df5f2

Browse files
committed
Run pre-commit autoupdate
Committed via https://github.com/asottile/all-repos
1 parent b251705 commit 30df5f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v1.24.0
3+
rev: v1.25.1
44
hooks:
55
- id: pyupgrade
66
args: [--py3-plus]
77
- repo: https://github.com/python/black
8-
rev: 19.3b0
8+
rev: 19.10b0
99
hooks:
1010
- id: black
1111
language_version: python3
1212
- repo: https://gitlab.com/pycqa/flake8
13-
rev: 3.7.8
13+
rev: 3.7.9
1414
hooks:
1515
- id: flake8
1616
additional_dependencies: [flake8-bugbear==19.3.0]
1717
- repo: https://github.com/asottile/blacken-docs
1818
rev: v1.3.0
1919
hooks:
2020
- id: blacken-docs
21-
additional_dependencies: [black==19.3b0]
21+
additional_dependencies: [black==19.10b0]

0 commit comments

Comments
 (0)