Skip to content

Commit

Permalink
Merge branch 'main' into add-color-to-children
Browse files Browse the repository at this point in the history
  • Loading branch information
MaHaWo committed Jan 13, 2025
2 parents 44bb6fe + 5d818cf commit 9b75695
Show file tree
Hide file tree
Showing 27 changed files with 1,166 additions and 194 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.6
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -18,7 +18,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: ["sqlmodel", "types-python-dateutil"]
Expand All @@ -30,12 +30,12 @@ repos:
]

- repo: https://github.com/rhysd/actionlint
rev: "v1.7.4"
rev: "v1.7.6"
hooks:
- id: actionlint

- repo: https://github.com/biomejs/pre-commit
rev: "v0.5.0"
rev: "v0.6.1"
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand Down
Loading

0 comments on commit 9b75695

Please sign in to comment.