Skip to content

Commit b04460f

Browse files
[pre-commit.ci] pre-commit autoupdate (#1008)
<!--pre-commit.ci start--> updates: - [github.com/crate-ci/typos: 6cb49915af2e93e61f5f0d0a82216e28ad5c7c18 → 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6](crate-ci/typos@6cb4991...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 906a6b8 commit b04460f

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: 6cb49915af2e93e61f5f0d0a82216e28ad5c7c18 # frozen: v1
20+
rev: 3d97dc5b9833a60a62e70d5b56af2cc7ddd522f6 # frozen: v1
2121
hooks:
2222
- id: typos
2323
- repo: https://github.com/tox-dev/pyproject-fmt
@@ -45,13 +45,13 @@ repos:
4545
additional_dependencies:
4646
- black==25.1.0
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: d19233b89771be2d89273f163f5edc5a39bbc34a # frozen: v0.11.12
48+
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
4949
hooks:
5050
- id: ruff-check
5151
args: [ --fix ]
5252
- id: ruff-format
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: 7010b10a09f65cd60a23c207349b539aa36dbec1 # frozen: v1.16.0
54+
rev: 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
5555
hooks:
5656
- id: mypy
5757
additional_dependencies:

0 commit comments

Comments
 (0)