Skip to content

Commit edbecd7

Browse files
[pre-commit.ci] pre-commit autoupdate (#326)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.12...v0.13.0) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.1](pre-commit/mirrors-mypy@v1.17.1...v1.18.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fcaf80b commit edbecd7

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
@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: [black]
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.12.12
62+
rev: v0.13.0
6363
hooks:
6464
- id: ruff-check
6565
name: ruff
@@ -73,7 +73,7 @@ repos:
7373
files: ^oteapi_optimade/.*$
7474

7575
- repo: https://github.com/pre-commit/mirrors-mypy
76-
rev: v1.17.1
76+
rev: v1.18.1
7777
hooks:
7878
- id: mypy
7979
exclude: ^tests/.*$

0 commit comments

Comments
 (0)