We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b251705 commit 30df5f2Copy full SHA for 30df5f2
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v1.24.0
+ rev: v1.25.1
4
hooks:
5
- id: pyupgrade
6
args: [--py3-plus]
7
- repo: https://github.com/python/black
8
- rev: 19.3b0
+ rev: 19.10b0
9
10
- id: black
11
language_version: python3
12
- repo: https://gitlab.com/pycqa/flake8
13
- rev: 3.7.8
+ rev: 3.7.9
14
15
- id: flake8
16
additional_dependencies: [flake8-bugbear==19.3.0]
17
- repo: https://github.com/asottile/blacken-docs
18
rev: v1.3.0
19
20
- id: blacken-docs
21
- additional_dependencies: [black==19.3b0]
+ additional_dependencies: [black==19.10b0]
0 commit comments