Skip to content

Commit

Permalink
Merge branch 'main' into i267
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanBakliwal authored Apr 6, 2024
2 parents bc1c958 + d6ced7f commit 0014a2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
args: [--fix, --ignore-noqa]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
- id: black-jupyter
Expand Down
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit test package for xbitinfo."""

import importlib
from distutils import version

Expand Down
1 change: 1 addition & 0 deletions tests/test_get_bitinformation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for `xbitinfo` package."""

import os

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions tests/test_get_keepbits.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for `xbitinfo.get_keepbits`."""

import pytest
import xarray as xr

Expand Down

0 comments on commit 0014a2e

Please sign in to comment.