Skip to content

Commit 6f58b84

Browse files
chore: update pre-commit hooks (#295)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.2...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 22392cc commit 6f58b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.8.2"
41+
rev: "v0.8.4"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -70,7 +70,7 @@ repos:
7070
types: [file, python]
7171

7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: 'v1.13.0'
73+
rev: 'v1.14.0'
7474
hooks:
7575
- id: mypy
7676
exclude: 'noxfile\.py|docs/conf\.py'

0 commit comments

Comments
 (0)