Skip to content

Commit

Permalink
Merge pull request #1554 from asdf-format/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
braingram authored May 30, 2023
2 parents e86f69a + 1093d64 commit b0c9a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
exclude: "asdf/extern/.*"

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.269'
rev: 'v0.0.270'
hooks:
- id: ruff
args: ["--fix"]
Expand Down
2 changes: 1 addition & 1 deletion asdf/_tests/tags/core/tests/test_ndarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def test_mask_nan():
def test_string(tmpdir):
tree = {
"ascii": np.array([b"foo", b"bar", b"baz"]),
"unicode": np.array(["სამეცნიერო", "данные", "வடிவம்"]), # noqa: RUF001
"unicode": np.array(["სამეცნიერო", "данные", "வடிவம்"]),
}

helpers.assert_roundtrip_tree(tree, tmpdir)
Expand Down

0 comments on commit b0c9a50

Please sign in to comment.