Skip to content

Commit 720460b

Browse files
[pre-commit.ci] pre-commit autoupdate (#679)
<!--pre-commit.ci start--> updates: - [github.com/crate-ci/typos: 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6 → 8d96c408b0dca5cc2e5b125482e8aabe5473e153](crate-ci/typos@3d97dc5...8d96c40) - [github.com/tox-dev/tox-ini-fmt: e732f664aa3fd7b32cce3de8abbac43f4c3c375d → 4e2cb0e98735e1a57a027d9440b91663e31d10b0](tox-dev/tox-ini-fmt@e732f66...4e2cb0e) - [github.com/astral-sh/ruff-pre-commit: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de → 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7](astral-sh/ruff-pre-commit@0b19ef1...4cbc74d) - [github.com/pre-commit/mirrors-mypy: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a → 412de98d50e846f31ea6f4b0ad036f2c24a7a024](pre-commit/mirrors-mypy@0f86793...412de98) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 78d70a7 commit 720460b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/crate-ci/typos
20-
rev: 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6 # frozen: v1
20+
rev: 8d96c408b0dca5cc2e5b125482e8aabe5473e153 # frozen: v1
2121
hooks:
2222
- id: typos
2323
- repo: https://github.com/tox-dev/pyproject-fmt
2424
rev: 8184a5b72f4a8fcd003b041ecb04c41a9f34fd2b # frozen: v2.6.0
2525
hooks:
2626
- id: pyproject-fmt
2727
- repo: https://github.com/tox-dev/tox-ini-fmt
28-
rev: e732f664aa3fd7b32cce3de8abbac43f4c3c375d # frozen: 1.5.0
28+
rev: 4e2cb0e98735e1a57a027d9440b91663e31d10b0 # frozen: 1.6.0
2929
hooks:
3030
- id: tox-ini-fmt
3131
- repo: https://github.com/rstcheck/rstcheck
@@ -41,13 +41,13 @@ repos:
4141
additional_dependencies:
4242
- black==25.1.0
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
44+
rev: 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7 # frozen: v0.12.7
4545
hooks:
4646
- id: ruff-check
4747
args: [ --fix ]
4848
- id: ruff-format
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
50+
rev: 412de98d50e846f31ea6f4b0ad036f2c24a7a024 # frozen: v1.17.1
5151
hooks:
5252
- id: mypy
5353
additional_dependencies:

0 commit comments

Comments
 (0)