Skip to content

Commit d18736a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.18](hukkin/mdformat@0.7.17...0.7.18) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.3...v0.7.2) - [github.com/tox-dev/pyproject-fmt: 2.2.1 → v2.5.0](tox-dev/pyproject-fmt@2.2.1...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.22](abravalheri/validate-pyproject@v0.19...v0.22)
1 parent d7be2b0 commit d18736a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ exclude: '.*.weldx$|.*.wx$|.*.asdf$'
1212
repos:
1313
# ----- general formatting -----
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.6.0
15+
rev: v5.0.0
1616
hooks:
1717
- id: trailing-whitespace
1818
args: [--markdown-linebreak-ext=md]
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
exclude: devtools/conda.recipe/meta.yaml # doesn't play nice with jinja
2222
- repo: https://github.com/executablebooks/mdformat
23-
rev: 0.7.17
23+
rev: 0.7.18
2424
hooks:
2525
- id: mdformat
2626
additional_dependencies:
@@ -29,7 +29,7 @@ repos:
2929
- mdformat-config
3030
# ----- Python formatting -----
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.6.3
32+
rev: v0.7.2
3333
hooks:
3434
# Run ruff linter.
3535
- id: ruff
@@ -39,11 +39,11 @@ repos:
3939
# Run ruff formatter.
4040
- id: ruff-format
4141
- repo: https://github.com/tox-dev/pyproject-fmt
42-
rev: 2.2.1
42+
rev: v2.5.0
4343
hooks:
4444
- id: pyproject-fmt
4545
- repo: https://github.com/abravalheri/validate-pyproject
46-
rev: v0.19
46+
rev: v0.22
4747
hooks:
4848
- id: validate-pyproject
4949
# ----- Jupyter Notebooks -----

0 commit comments

Comments
 (0)