pcdshub / lightpath

LCLS Lightpath Module
https://pcdshub.github.io/lightpath
Other
4 stars 9 forks source link

STY/BLD: add/apply pre-commit hooks, update versioneer #132

Closed tangkong closed 2 years ago

tangkong commented 2 years ago

Description

Motivation and Context

In an attempt to keep the diffs clean for future work, apply pre-commit hooks early even if some files may be purged.

How Has This Been Tested?

N/A

Where Has This Been Documented?

This PR

tangkong commented 2 years ago

Tests seem to fail in part due the deprecation of collections.Iterable, and I suspect also due to pyqt issues

tangkong commented 2 years ago

CI fails on a single test case involving finding the executable. As this is the first step in a refactor/rework effort, I'll merge these as is and loop back to the tests later.