Skip to content

Commit 43c05d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent 0353ad9 commit 43c05d9

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

0 commit comments

Comments
 (0)