Skip to content

Commit 9564abe

Browse files
[pre-commit.ci] pre-commit autoupdate (#414)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3301969 commit 9564abe

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
@@ -7,12 +7,12 @@ repos:
77
args: # arguments to configure black
88
- --line-length=89
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.12
10+
rev: v0.13.0
1111
hooks:
1212
- id: ruff
1313
args: [ --fix, --exit-non-zero-on-fix]
1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: v1.17.1
15+
rev: v1.18.1
1616
hooks:
1717
- id: mypy
1818
exclude: ^(tests/|docs/source/conf.py)

0 commit comments

Comments
 (0)