Skip to content

Commit 0f262b6

Browse files
committed
Update dependencies and pre-commit
1 parent c3f6566 commit 0f262b6

File tree

3 files changed

+255
-245
lines changed

3 files changed

+255
-245
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ repos:
4747
types_or: [python, pyi]
4848
entry: "black"
4949

50-
- repo: https://github.com/charliermarsh/ruff-pre-commit
51-
rev: v0.7.1
50+
- repo: https://github.com/astral-sh/ruff-pre-commit
51+
rev: v0.8.4
5252
hooks:
5353
- id: ruff
5454
args: ["--fix"]
5555

5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.13.0
57+
rev: v1.14.0
5858
hooks:
5959
- id: mypy
6060
args: [--no-strict-optional, --ignore-missing-imports, --warn-no-return, --explicit-package-bases]
6161
additional_dependencies: [types-pytz, types-redis, types-toml, types-requests, msgspec]
6262
exclude: "nautilus_server/backend/api_v1/endpoints/models*"
6363

6464
- repo: https://github.com/kynan/nbstripout
65-
rev: 0.7.1
65+
rev: 0.8.1
6666
hooks:
6767
- id: nbstripout
6868

0 commit comments

Comments
 (0)