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 273a4ef commit 98b5225Copy full SHA for 98b5225
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- "-x *test*.py"
9
10
- repo: https://github.com/psf/black-pre-commit-mirror
11
- rev: 24.1.1
+ rev: 24.2.0
12
hooks:
13
- id: black
14
language_version: python3.8
@@ -40,14 +40,14 @@ repos:
40
- id: detect-private-key
41
42
- repo: https://github.com/adrienverge/yamllint
43
- rev: v1.34.0
+ rev: v1.35.1
44
45
- id: yamllint
46
args:
47
- "--strict"
48
49
- repo: https://github.com/asottile/pyupgrade
50
- rev: v3.15.0
+ rev: v3.15.1
51
52
- id: pyupgrade
53
args: [--py38-plus]
0 commit comments