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 3cf6c87 commit a60b20eCopy full SHA for a60b20e
1 file changed
.pre-commit-config.yaml
@@ -12,15 +12,15 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v2.21.0
+ rev: v2.21.2
16
hooks:
17
- id: pyupgrade
18
- repo: https://github.com/PyCQA/isort
19
rev: 5.9.2
20
21
- id: isort
22
- repo: https://github.com/psf/black
23
- rev: 21.6b0
+ rev: 21.7b0
24
25
- id: black
26
args: [--safe]
0 commit comments