Skip to content

Commit

Permalink
chore(ci): actually run pre-commit when autoupdate (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Dec 2, 2024
1 parent 6885d1c commit 0832174
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
if: ${{ github.event_name != 'schedule' }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion differt/src/differt/scene/_triangle_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from jax.experimental import mesh_utils
from jax.experimental.shard_map import shard_map
from jax.sharding import Mesh
from jax.sharding import PartitionSpec as P # noqa: N814
from jax.sharding import PartitionSpec as P
from jaxtyping import Array, ArrayLike, Bool, Float, Int, jaxtyped

import differt_core.scene
Expand Down

0 comments on commit 0832174

Please sign in to comment.