Skip to content

Commit 00c2b07

Browse files
[pre-commit.ci] pre-commit autoupdate (#678)
<!--pre-commit.ci start--> updates: - [github.com/crate-ci/typos: 09ff140a597dff1bd317c87564989d22a8f97bdb → 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6](crate-ci/typos@09ff140...3d97dc5) - [github.com/astral-sh/ruff-pre-commit: d19233b89771be2d89273f163f5edc5a39bbc34a → 0b19ef1fd6ad680ed7752d6daba883ce1265a6de](astral-sh/ruff-pre-commit@d19233b...0b19ef1) - [github.com/pre-commit/mirrors-mypy: 7010b10a09f65cd60a23c207349b539aa36dbec1 → 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a](pre-commit/mirrors-mypy@7010b10...0f86793) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 982506a commit 00c2b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/crate-ci/typos
20-
rev: 09ff140a597dff1bd317c87564989d22a8f97bdb # frozen: v1
20+
rev: 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6 # frozen: v1
2121
hooks:
2222
- id: typos
2323
- repo: https://github.com/tox-dev/pyproject-fmt
@@ -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: d19233b89771be2d89273f163f5edc5a39bbc34a # frozen: v0.11.12
44+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
4545
hooks:
4646
- id: ruff-check
4747
args: [ --fix ]
4848
- id: ruff-format
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: 7010b10a09f65cd60a23c207349b539aa36dbec1 # frozen: v1.16.0
50+
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
5151
hooks:
5252
- id: mypy
5353
additional_dependencies:

0 commit comments

Comments
 (0)