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 366e106 commit 05c50f4Copy full SHA for 05c50f4
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.2.0
+ rev: v4.3.0
4
hooks:
5
- id: end-of-file-fixer
6
- id: check-case-conflict
@@ -16,7 +16,7 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/psf/black
19
- rev: 22.3.0
+ rev: 22.6.0
20
21
- id: black
22
args: ["--line-length", "100"]
@@ -29,13 +29,13 @@ repos:
29
args: [--profile=black]
30
31
- repo: https://github.com/asottile/pyupgrade
32
- rev: v2.32.1
+ rev: v2.34.0
33
34
- id: pyupgrade
35
args: [--py37-plus]
36
37
- repo: https://github.com/PyCQA/doc8
38
- rev: 0.11.1
+ rev: 0.11.2
39
40
- id: doc8
41
args: [--max-line-length=200]
0 commit comments