Skip to content

Commit ce1162f

Browse files
[pre-commit.ci] pre-commit autoupdate (#991)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <[email protected]>
1 parent 3c7ca94 commit ce1162f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ exclude: "tests/integration/files"
22
repos:
33

44
- repo: https://github.com/psf/black
5-
rev: 24.1.1 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
5+
rev: 24.2.0 # IF VERSION CHANGES --> MODIFY "blacken-docs" MANUALLY AS WELL!!
66
hooks:
77
- id: black
88

99
- repo: https://github.com/adamchainz/blacken-docs
1010
rev: 1.16.0
1111
hooks:
1212
- id: blacken-docs
13-
additional_dependencies: [black==24.1.1]
13+
additional_dependencies: [black==24.2.0]
1414

1515
- repo: https://github.com/pycqa/isort
1616
rev: 5.13.2
@@ -59,6 +59,6 @@ repos:
5959

6060
# this validates our github workflow files
6161
- repo: https://github.com/python-jsonschema/check-jsonschema
62-
rev: 0.27.4
62+
rev: 0.28.0
6363
hooks:
6464
- id: check-github-workflows

0 commit comments

Comments
 (0)