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 183fc8a commit b4337feCopy full SHA for b4337fe
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/adrienverge/yamllint.git
3
- rev: v1.33.0
+ rev: v1.35.1
4
hooks:
5
- id: yamllint
6
args: [-c=.yamllint.yml]
7
8
- repo: https://github.com/pycqa/isort
9
- rev: 5.12.0
+ rev: 5.13.2
10
11
- id: isort
12
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.5.0
+ rev: v4.6.0
15
16
- id: trailing-whitespace
17
exclude: .bumpversion.cfg
@@ -25,12 +25,12 @@ repos:
25
- id: add-trailing-comma
26
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.15.0
+ rev: v3.16.0
29
30
- id: pyupgrade
31
32
- repo: https://github.com/psf/black
33
- rev: 23.11.0
+ rev: 24.4.2
34
35
- id: black
36
args: ["--safe"]
0 commit comments