Skip to content

Commit da1f236

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.1.0](pre-commit/mirrors-mypy@v2.0.0...v2.1.0)
1 parent 1558a51 commit da1f236

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
@@ -20,7 +20,7 @@ repos:
2020
scportrait_data
2121
)
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.15.12
23+
rev: v0.15.13
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
@@ -36,7 +36,7 @@ repos:
3636
- id: trailing-whitespace
3737
- id: check-case-conflict
3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v2.0.0
39+
rev: v2.1.0
4040
hooks:
4141
- id: mypy
4242
args: [--python-version=3.10, --no-strict-optional, --ignore-missing-imports]

0 commit comments

Comments
 (0)