Skip to content

Commit 41c91b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.14](astral-sh/ruff-pre-commit@v0.14.14...v0.15.14) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0)
1 parent 8b64061 commit 41c91b7

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
@@ -17,7 +17,7 @@ repos:
1717
exclude: ^conda_lock/_vendor/conda/_vendor/appdirs\.py$
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.14
20+
rev: v0.15.14
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
@@ -34,7 +34,7 @@ repos:
3434
- ensureconda
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.19.1
37+
rev: v2.1.0
3838
hooks:
3939
- id: mypy
4040
stages: [manual]

0 commit comments

Comments
 (0)