Skip to content

Commit

Permalink
Apply ruff/flake8-implicit-str-concat rules (ISC)
Browse files Browse the repository at this point in the history
ISC001 Implicitly concatenated string literals on one line

ISC003 Explicitly concatenated string should be implicitly concatenated
  • Loading branch information
DimitriPapadopoulos committed Aug 10, 2024
1 parent 66935a1 commit 44bc6ce
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion numcodecs/categorize.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Categorize(Codec):
def __init__(self, labels, dtype, astype='u1'):
self.dtype = np.dtype(dtype)
if self.dtype.kind not in 'UO':
raise TypeError("only unicode ('U') and object ('O') dtypes are " "supported")
raise TypeError("only unicode ('U') and object ('O') dtypes are supported")
self.labels = [ensure_text(label) for label in labels]
self.astype = np.dtype(astype)
if self.astype == np.dtype(object):
Expand Down
64 changes: 32 additions & 32 deletions numcodecs/tests/test_jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,38 +84,38 @@ def test_jenkins_lookup3_codec():

chunk_index = (
b"\x00\x08\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x17\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xee'\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xe57\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xdcG\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xd3W\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xcag\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xc1w\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xb8\x87\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xaf\x97\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\xa6\xa7\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\x9d\xb7\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\x94\xc7\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\x8b\xd7\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"\x82\xe7\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"y\xf7\x00\x00\x00\x00\x00\x00"
+ b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
+ b"n\x96\x07\x85"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xf7\x17\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xee'\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xe57\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xdcG\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xd3W\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xcag\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xc1w\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xb8\x87\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xaf\x97\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\xa6\xa7\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\x9d\xb7\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\x94\xc7\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\x8b\xd7\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"\x82\xe7\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"y\xf7\x00\x00\x00\x00\x00\x00"
b"\xf7\x0f\x00\x00\x00\x00\x00\x00"
b"n\x96\x07\x85"
)
hdf5_fadb_prefix = b'FADB\x00\x01\xcf\x01\x00\x00\x00\x00\x00\x00'
j = JenkinsLookup3(prefix=hdf5_fadb_prefix)
Expand Down

0 comments on commit 44bc6ce

Please sign in to comment.