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 4f81628 commit 357b62aCopy full SHA for 357b62a
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-added-large-files
11
12
- repo: https://github.com/psf/black
13
- rev: "22.6.0"
+ rev: "22.10.0"
14
hooks:
15
- id: black
16
@@ -20,16 +20,16 @@ repos:
20
- id: isort
21
22
- repo: https://github.com/PyCQA/flake8
23
- rev: "4.0.1"
+ rev: "5.0.4"
24
25
- id: flake8
26
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: "v2.37.1"
+ rev: "v3.2.2"
29
30
- id: pyupgrade
31
32
- repo: https://github.com/PyCQA/doc8
33
- rev: "0.11.2"
+ rev: "v1.0.0"
34
35
- id: doc8
0 commit comments