radiocosmology / draco

A pipeline for the analysis and simulation of drift scan radio data
MIT License
9 stars 7 forks source link

Enforce linting rule RUF012 #258

Closed ljgray closed 5 months ago

ljgray commented 9 months ago

See PEP 526. Mutable class attributes should be annotated with typing.ClassVar. I think that this makes sense in the cases I've implemented it, but I'm open to arguments.

Also, remove Sphinx < 5 version pin and set sphinx language to English