Skip to content

Commit 1cdfff3

Browse files
[pre-commit.ci] pre-commit autoupdate (#696)
<!--pre-commit.ci start--> updates: - [github.com/crate-ci/typos: 446daaf6c4727635aae862fb0e7c8e833cd5cbf6 → b04a3e939a8f2800a1dc330d7e569e7557879d41](crate-ci/typos@446daaf...b04a3e9) - [github.com/tox-dev/pyproject-fmt: 8a22e281b3f6d1bb298aaabfc165a943a943882c → 68b1ed526e7533ac54a2e42874b99ae6c26807a2](tox-dev/pyproject-fmt@8a22e28...68b1ed5) - [github.com/tox-dev/tox-ini-fmt: 4e2cb0e98735e1a57a027d9440b91663e31d10b0 → be26ee0d710a48f7c1acc1291d84082036207bd3](tox-dev/tox-ini-fmt@4e2cb0e...be26ee0) - [github.com/astral-sh/ruff-pre-commit: 9c89adb347f6b973f4905a4be0051eb2ecf85dea → aad66557af3b56ba6d4d69cd1b6cba87cef50cbb](astral-sh/ruff-pre-commit@9c89adb...aad6655) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1aab277 commit 1cdfff3

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: 446daaf6c4727635aae862fb0e7c8e833cd5cbf6 # frozen: v1
20+
rev: b04a3e939a8f2800a1dc330d7e569e7557879d41 # frozen: v1
2121
hooks:
2222
- id: typos
2323
- repo: https://github.com/tox-dev/pyproject-fmt
24-
rev: 8a22e281b3f6d1bb298aaabfc165a943a943882c # frozen: v2.7.0
24+
rev: 68b1ed526e7533ac54a2e42874b99ae6c26807a2 # frozen: v2.11.0
2525
hooks:
2626
- id: pyproject-fmt
2727
- repo: https://github.com/tox-dev/tox-ini-fmt
28-
rev: 4e2cb0e98735e1a57a027d9440b91663e31d10b0 # frozen: 1.6.0
28+
rev: be26ee0d710a48f7c1acc1291d84082036207bd3 # frozen: 1.7.0
2929
hooks:
3030
- id: tox-ini-fmt
3131
- repo: https://github.com/rstcheck/rstcheck
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies:
4242
- black==25.1.0
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
44+
rev: aad66557af3b56ba6d4d69cd1b6cba87cef50cbb # frozen: v0.14.3
4545
hooks:
4646
- id: ruff-check
4747
args: [ --fix ]

0 commit comments

Comments
 (0)