File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ exclude: "tests/integration/files"
7
7
repos :
8
8
9
9
- repo : https://github.com/psf/black
10
- rev : 24.3 .0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
10
+ rev : 24.4 .0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
11
11
hooks :
12
12
- id : black
13
13
14
14
- repo : https://github.com/adamchainz/blacken-docs
15
15
rev : 1.16.0
16
16
hooks :
17
17
- id : blacken-docs
18
- additional_dependencies : [black==24.3 .0]
18
+ additional_dependencies : [black==24.4 .0]
19
19
20
20
- repo : https://github.com/pycqa/isort
21
21
rev : 5.13.2
@@ -64,12 +64,12 @@ repos:
64
64
65
65
# this validates our github workflow files
66
66
- repo : https://github.com/python-jsonschema/check-jsonschema
67
- rev : 0.28.1
67
+ rev : 0.28.2
68
68
hooks :
69
69
- id : check-github-workflows
70
70
71
71
# this validates our pre-commit.ci configuration
72
72
- repo : https://github.com/pre-commit-ci/pre-commit-ci-config
73
73
rev : v1.6.1
74
74
hooks :
75
- - id : check-pre-commit-ci-config
75
+ - id : check-pre-commit-ci-config
Original file line number Diff line number Diff line change
1
+ chore: pre-commit automatic update
You can’t perform that action at this time.
0 commit comments