Skip to content

Commit a5b7d43

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.3...v0.12.4) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.0](pre-commit/mirrors-mypy@v1.16.1...v1.17.0)
1 parent 8503e91 commit a5b7d43

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.3
10+
rev: v0.12.4
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.16.1
15+
rev: v1.17.0
1616
hooks:
1717
- id: mypy
1818
exclude: ^(tests/|docs/source/conf.py)

0 commit comments

Comments
 (0)