Skip to content

Commit e3bb617

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.12...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 13501f1 commit e3bb617

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
@@ -45,13 +45,13 @@ repos:
4545
- src/ol_dbt/package-lock.yml
4646
- repo: https://github.com/astral-sh/ruff-pre-commit
4747
# Ruff version.
48-
rev: 'v0.12.12'
48+
rev: 'v0.13.1'
4949
hooks:
5050
- id: ruff-format
5151
- id: ruff
5252
args: [--extend-ignore=D1, --fix]
5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: v1.17.1
54+
rev: v1.18.2
5555
hooks:
5656
- id: mypy
5757
args:

0 commit comments

Comments
 (0)