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 cdb1bda commit cbb6483Copy full SHA for cbb6483
.pre-commit-config.yaml
@@ -2,18 +2,18 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 20.8b1
+ rev: 21.4b0
6
hooks:
7
- id: black
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v3.2.0
+ rev: v3.4.0
10
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
13
- id: check-yaml
14
- id: check-added-large-files
15
- repo: https://github.com/asottile/pyupgrade
16
- rev: v2.12.0
+ rev: v2.13.0
17
18
- id: pyupgrade
19
args: [--py36-plus]
0 commit comments