Skip to content

Commit b101fdb

Browse files
pre-commit-ci[bot]pyansys-ci-botRobPasMue
authored
chore: pre-commit automatic update (#1116)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent a38f1dd commit b101fdb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ exclude: "tests/integration/files"
77
repos:
88

99
- 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!!
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/adamchainz/blacken-docs
1515
rev: 1.16.0
1616
hooks:
1717
- id: blacken-docs
18-
additional_dependencies: [black==24.3.0]
18+
additional_dependencies: [black==24.4.0]
1919

2020
- repo: https://github.com/pycqa/isort
2121
rev: 5.13.2
@@ -64,12 +64,12 @@ repos:
6464

6565
# this validates our github workflow files
6666
- repo: https://github.com/python-jsonschema/check-jsonschema
67-
rev: 0.28.1
67+
rev: 0.28.2
6868
hooks:
6969
- id: check-github-workflows
7070

7171
# this validates our pre-commit.ci configuration
7272
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
7373
rev: v1.6.1
7474
hooks:
75-
- id: check-pre-commit-ci-config
75+
- id: check-pre-commit-ci-config

doc/changelog.d/1116.miscellaneous.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: pre-commit automatic update

0 commit comments

Comments
 (0)