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 306ca9e commit b1b68ecCopy full SHA for b1b68ec
.pre-commit-config.yaml
@@ -10,20 +10,20 @@ repos:
10
- id: end-of-file-fixer
11
- id: trailing-whitespace
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v2.29.0
+ rev: v2.29.1
14
hooks:
15
- id: pyupgrade
16
- repo: https://github.com/PyCQA/isort
17
rev: 5.10.1
18
19
- id: isort
20
- repo: https://github.com/psf/black
21
- rev: 21.10b0
+ rev: 21.12b0
22
23
- id: black
24
args: [--safe]
25
- repo: https://github.com/asottile/setup-cfg-fmt
26
- rev: v1.19.0
+ rev: v1.20.0
27
28
- id: setup-cfg-fmt
29
args: ["--max-py-version", "3.10"]
0 commit comments