Skip to content

Commit e97ccb1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/google/yamlfmt: v0.17.2 → v0.20.0](google/yamlfmt@v0.17.2...v0.20.0) - [github.com/tox-dev/pyproject-fmt: v2.8.0 → v2.11.0](tox-dev/pyproject-fmt@v2.8.0...v2.11.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.34.1](python-jsonschema/check-jsonschema@0.33.0...0.34.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.11...v0.14.3)
1 parent 4c1e0f3 commit e97ccb1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22

33
- repo: https://github.com/google/yamlfmt
4-
rev: v0.17.2
4+
rev: v0.20.0
55
hooks:
66
- id: yamlfmt
77
args:
88
- "-formatter"
99
- "max_line_length=80,retain_line_breaks=true,retain_line_breaks_single=true"
1010

1111
- repo: https://github.com/tox-dev/pyproject-fmt
12-
rev: v2.8.0
12+
rev: v2.11.0
1313
hooks:
1414
- id: pyproject-fmt
1515
args: [--keep-full-version]
1616

1717
- repo: https://github.com/adamchainz/blacken-docs
18-
rev: 1.19.1
18+
rev: 1.20.0
1919
hooks:
2020
- id: blacken-docs
2121
additional_dependencies: [black==23.12.1]
@@ -27,7 +27,7 @@ repos:
2727
args: [--ignore-words, doc/styles/config/vocabularies/ANSYS/accept.txt]
2828

2929
- repo: https://github.com/pre-commit/pre-commit-hooks
30-
rev: v5.0.0
30+
rev: v6.0.0
3131
hooks:
3232
- id: check-merge-conflict
3333
- id: debug-statements
@@ -43,12 +43,12 @@ repos:
4343
- --start_year=2025
4444

4545
- repo: https://github.com/python-jsonschema/check-jsonschema
46-
rev: 0.33.0
46+
rev: 0.34.1
4747
hooks:
4848
- id: check-github-workflows
4949

5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.11.11
51+
rev: v0.14.3
5252
hooks:
5353
- id: ruff-check
5454
- id: ruff-format

0 commit comments

Comments
 (0)