Skip to content

Commit 2649f91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1)
1 parent 68ba4a1 commit 2649f91

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
@@ -41,7 +41,7 @@ repos:
4141

4242
# Ruff linter, replacement for flake8, pydocstyle, isort
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: 'v0.12.12'
44+
rev: 'v0.13.0'
4545
hooks:
4646
- id: ruff
4747
args: [--fix, --show-fixes]
@@ -63,7 +63,7 @@ repos:
6363

6464
# Python type checking
6565
- repo: https://github.com/pre-commit/mirrors-mypy
66-
rev: 'v1.17.1'
66+
rev: 'v1.18.1'
6767
hooks:
6868
- id: mypy
6969
# additional_dependencies: [numpy]

0 commit comments

Comments
 (0)