sigmf / sigmf-python

Easily interact with Signal Metadata Format (SigMF) recordings.
https://sigmf.org
GNU Lesser General Public License v3.0
44 stars 17 forks source link

Packaging and Test Improvements #22

Closed Teque5 closed 1 year ago

Teque5 commented 1 year ago
Teque5 commented 1 year ago

Looks great overall! I am curious why you seem to prefer double-quotes for strings over single quotes though.

I actually don't, but instead of manually fixing things with flake8, I've been using black lately that just forces PEP8 (with double quotes). Also lately I've been coding in Rust and it's a good reminder to me that over there strings are "like this" and unicode single characters are '✪'.