Skip to content

Commit 6e7b7c6

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
additional_dependencies: [tomli]
6767

6868
- repo: https://github.com/pre-commit/mirrors-mypy
69-
rev: 'v1.13.0'
69+
rev: 'v1.14.0'
7070
hooks:
7171
- id: mypy
7272
exclude: 'noxfile\.py|docs/conf\.py'
@@ -78,7 +78,7 @@ repos:
7878
types: [file, python]
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: "v0.8.3"
81+
rev: "v0.8.4"
8282
hooks:
8383
- id: ruff
8484
types: [file, python]

0 commit comments

Comments
 (0)