Skip to content

Commit c9a4703

Browse files
committed
fix: function changes
1 parent 3db069b commit c9a4703

File tree

5 files changed

+600
-574
lines changed

5 files changed

+600
-574
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: mixed-line-ending
1212
- id: trailing-whitespace
1313
- repo: https://github.com/charliermarsh/ruff-pre-commit
14-
rev: v0.8.4
14+
rev: v0.9.1
1515
hooks:
1616
- id: ruff
1717
args:
@@ -28,7 +28,7 @@ repos:
2828
exclude: test_*|docs|migrations|scripts
2929
entry: env PYTHONPATH=src slotscheck
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.13.0
31+
rev: v1.14.1
3232
hooks:
3333
- id: mypy
3434
exclude: scripts/

0 commit comments

Comments
 (0)