Skip to content

Commit

Permalink
Merge branch 'main' into add-included_in_statistics-flat-to-answerses…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
MaHaWo authored Jan 13, 2025
2 parents 36d78f0 + 5d818cf commit 4af221b
Show file tree
Hide file tree
Showing 26 changed files with 1,160 additions and 180 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 4af221b

Please sign in to comment.