Skip to content

Commit b490f73

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.1 → v0.12.4](astral-sh/ruff-pre-commit@v0.12.1...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 4195d5e commit b490f73

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
@@ -30,14 +30,14 @@ repos:
3030
exclude: conda/meta.yaml
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.12.1
33+
rev: v0.12.4
3434
hooks:
3535
- id: ruff
3636
args: ['--fix']
3737
- id: ruff-format
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.16.1
40+
rev: v1.17.0
4141
hooks:
4242
- id: mypy
4343
additional_dependencies: [pandas-stubs, pytest]

0 commit comments

Comments
 (0)