Skip to content

Commit

Permalink
Update lock and fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar committed Feb 10, 2025
1 parent 8e5542b commit 07878f6
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 33 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
- id: check-yaml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.6
hooks:
- id: ruff

Expand All @@ -25,7 +25,7 @@ repos:
- id: pyright

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.14.1'
rev: 'v1.15.0'
hooks:
- id: mypy
additional_dependencies: [flax]
Expand Down
1 change: 0 additions & 1 deletion tjax/dataclasses.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# noqa: A005
from ._src.dataclasses.dataclass import DataclassInstance, TDataclassInstance, dataclass
from ._src.dataclasses.helpers import as_shallow_dict, field

Expand Down
60 changes: 30 additions & 30 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07878f6

Please sign in to comment.