Skip to content

Commit ea86844

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/crate-ci/typos: v1.43.1 → v1](crate-ci/typos@v1.43.1...v1) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.0...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.21.0](tox-dev/pyproject-fmt@v2.12.1...v2.21.0)
1 parent c341073 commit ea86844

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/crate-ci/typos
26-
rev: v1.43.1
26+
rev: v1
2727
hooks:
2828
- id: typos
2929
# empty to do not write fixes
@@ -55,7 +55,7 @@ repos:
5555
args: ["--print-width=79"]
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.15.0
58+
rev: v0.15.9
5959
hooks:
6060
# use black formatting
6161
- id: ruff-format
@@ -67,13 +67,13 @@ repos:
6767

6868
# it needs to be after formatting hooks because the lines might be changed
6969
- repo: https://github.com/pre-commit/mirrors-mypy
70-
rev: v1.19.1
70+
rev: v1.20.0
7171
hooks:
7272
- id: mypy
7373
files: "src/.*"
7474

7575
- repo: https://github.com/tox-dev/pyproject-fmt
76-
rev: v2.12.1
76+
rev: v2.21.0
7777
hooks:
7878
- id: pyproject-fmt
7979
additional_dependencies: [tox]

0 commit comments

Comments
 (0)