Skip to content

Commit e6161f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.2...v0.15.9)
1 parent cf91ad5 commit e6161f4

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
@@ -14,13 +14,13 @@ repos:
1414
- id: prettier
1515
exclude: ^.github/workflows/test.yaml
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.19.1
17+
rev: v1.20.0
1818
hooks:
1919
- id: mypy
2020
additional_dependencies: [numpy, types-requests]
2121
exclude: tests/|docs/
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.15.2
23+
rev: v0.15.9
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)