Skip to content

Commit c4f0620

Browse files
[pre-commit.ci] pre-commit autoupdate (#340)
updates: - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.4...v0.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 271d4bd commit c4f0620

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
@@ -7,7 +7,7 @@ default_stages:
77
minimum_pre_commit_version: 2.9.3
88
repos:
99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.14.0
10+
rev: v1.14.1
1111
hooks:
1212
- id: mypy
1313
additional_dependencies: [numpy>=1.23]
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: blacken-docs
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.8.4
52+
rev: v0.9.1
5353
hooks:
5454
- id: ruff
5555
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)