Skip to content

Commit

Permalink
Update dependencies and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 29, 2024
1 parent c3f6566 commit 0f262b6
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 245 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@ repos:
types_or: [python, pyi]
entry: "black"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.1
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
hooks:
- id: ruff
args: ["--fix"]

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

- repo: https://github.com/kynan/nbstripout
rev: 0.7.1
rev: 0.8.1
hooks:
- id: nbstripout

Expand Down
Loading

0 comments on commit 0f262b6

Please sign in to comment.