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 c6bd5c1 commit 697163dCopy full SHA for 697163d
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- "-x *test*.py"
9
10
- repo: https://github.com/psf/black
11
- rev: 22.10.0
+ rev: 22.12.0
12
hooks:
13
- id: black
14
language_version: python3.8
@@ -21,7 +21,7 @@ repos:
21
- "--config=tox.ini"
22
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.10.1
+ rev: 5.12.0
25
26
- id: isort
27
@@ -40,14 +40,14 @@ repos:
40
- id: detect-private-key
41
42
- repo: https://github.com/adrienverge/yamllint
43
- rev: v1.28.0
+ rev: v1.29.0
44
45
- id: yamllint
46
args:
47
- "--strict"
48
49
- repo: https://github.com/asottile/pyupgrade
50
- rev: v3.2.2
+ rev: v3.3.1
51
52
- id: pyupgrade
53
args: [--py37-plus]
0 commit comments