Skip to content

Commit 9b15eb3

Browse files
build: update pre-commit hooks
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: a6273196190bb0f68caf1dc68073cf62c719f725 → 19b28a9f0a0102b30776f054bea4176e7af50dbe](macisamuele/language-formatters-pre-commit-hooks@a627319...19b28a9) - [github.com/python-jsonschema/check-jsonschema: 06e4cc849d03f3a59ca223a4046f4bb5bb2aba6d → 54da05914997e6b04e4db33ed6757d744984c68b](python-jsonschema/check-jsonschema@06e4cc8...54da059) - [github.com/tox-dev/pyproject-fmt: 57b6ff7bf72affdd12c7f3fd6de761ba18a33b3a → 8184a5b72f4a8fcd003b041ecb04c41a9f34fd2b](tox-dev/pyproject-fmt@57b6ff7...8184a5b) - [github.com/astral-sh/ruff-pre-commit: e84319e627902e1b348574ecf3238dc511933dc7 → 0b19ef1fd6ad680ed7752d6daba883ce1265a6de](astral-sh/ruff-pre-commit@e84319e...0b19ef1) - [github.com/pre-commit/mirrors-mypy: f40886d54c729f533f864ed6ce584e920feb0af7 → 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a](pre-commit/mirrors-mypy@f40886d...0f86793) - [github.com/scientific-python/cookie: f801700e5a8beb2f42e63d752d7116aa4dbaa0f1 → 47e01d1d4f95523dd730fda8f8657e1233a12de7](scientific-python/cookie@f801700...47e01d1) - [github.com/crate-ci/typos: 15ff058881549e16b0edb975a9b0b0d0cccd612c → 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6](crate-ci/typos@15ff058...3d97dc5) - [github.com/compilerla/conventional-pre-commit: fa1915d04e129bcd0dccabf6aca53cdc19787ab4 → 7c1022b54dcb1d1911e6c885089940e8499f0253](compilerla/conventional-pre-commit@fa1915d...7c1022b)
1 parent 9e456a0 commit 9b15eb3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ repos:
3939
args: [--pytest-test-first]
4040

4141
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
42-
rev: a6273196190bb0f68caf1dc68073cf62c719f725 # frozen: v2.14.0
42+
rev: 19b28a9f0a0102b30776f054bea4176e7af50dbe # frozen: v2.15.0
4343
hooks:
4444
- id: pretty-format-yaml
4545
args: [--autofix, --indent, '2']
4646

4747
- repo: https://github.com/python-jsonschema/check-jsonschema
48-
rev: 06e4cc849d03f3a59ca223a4046f4bb5bb2aba6d # frozen: 0.33.0
48+
rev: 54da05914997e6b04e4db33ed6757d744984c68b # frozen: 0.33.2
4949
hooks:
5050
- id: check-dependabot
5151
- id: check-github-workflows
5252

5353
- repo: https://github.com/tox-dev/pyproject-fmt
54-
rev: 57b6ff7bf72affdd12c7f3fd6de761ba18a33b3a # frozen: v2.5.1
54+
rev: 8184a5b72f4a8fcd003b041ecb04c41a9f34fd2b # frozen: v2.6.0
5555
hooks:
5656
- id: pyproject-fmt
5757

@@ -80,14 +80,14 @@ repos:
8080
- ruff==0.6.1
8181

8282
- repo: https://github.com/astral-sh/ruff-pre-commit
83-
rev: e84319e627902e1b348574ecf3238dc511933dc7 # frozen: v0.11.7
83+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
8484
hooks:
8585
- id: ruff
8686
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
8787
- id: ruff-format
8888

8989
- repo: https://github.com/pre-commit/mirrors-mypy
90-
rev: f40886d54c729f533f864ed6ce584e920feb0af7 # frozen: v1.15.0
90+
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
9191
hooks:
9292
- id: mypy
9393
args: [--config-file=pyproject.toml]
@@ -101,12 +101,12 @@ repos:
101101
- xsdata>=24.5
102102

103103
- repo: https://github.com/scientific-python/cookie
104-
rev: f801700e5a8beb2f42e63d752d7116aa4dbaa0f1 # frozen: 2025.01.22
104+
rev: 47e01d1d4f95523dd730fda8f8657e1233a12de7 # frozen: 2025.05.02
105105
hooks:
106106
- id: sp-repo-review
107107

108108
- repo: https://github.com/crate-ci/typos
109-
rev: 15ff058881549e16b0edb975a9b0b0d0cccd612c # frozen: v1
109+
rev: 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6 # frozen: v1
110110
hooks:
111111
- id: typos
112112
args: [--force-exclude]
@@ -118,7 +118,7 @@ repos:
118118
- id: licensecheck
119119

120120
- repo: https://github.com/compilerla/conventional-pre-commit
121-
rev: fa1915d04e129bcd0dccabf6aca53cdc19787ab4 # frozen: v4.1.0
121+
rev: 7c1022b54dcb1d1911e6c885089940e8499f0253 # frozen: v4.2.0
122122
hooks:
123123
- id: conventional-pre-commit
124124
stages: [commit-msg]

0 commit comments

Comments
 (0)