Skip to content

Commit d85517a

Browse files
[pre-commit.ci] pre-commit autoupdate (#662)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 76ee591 commit d85517a

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
@@ -11,7 +11,7 @@ repos:
1111
- --target-version=py38
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: 'v0.12.12'
14+
rev: 'v0.13.0'
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
@@ -26,7 +26,7 @@ repos:
2626
- --no-extra-eol
2727
- --detect-license-in-X-top-lines=5
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.17.1'
29+
rev: 'v1.18.1'
3030
hooks:
3131
- id: mypy
3232
exclude: "examples|venv|ci|docs"

0 commit comments

Comments
 (0)