pcdshub / pcdscalc

PCDS control system-agnostic scientific calculation routines
Other
0 stars 6 forks source link

MAINT: Run pre commit #18

Closed ZLLentz closed 2 years ago

ZLLentz commented 2 years ago

Description

This repo hasn't been cleaned up by pre-commit since updating the CI. I've also updated the versioneer install and the pre-commit versions using autoupdate I had to add an exception for the lens set files which pre-commit is determined to break

Motivation and Context

CI doesn't pass right now

How Has This Been Tested?

No functional changes, the tests should still pass

Where Has This Been Documented?

N/A

ZLLentz commented 2 years ago

I thought the same and did a double-take before realizing that this repo already ignored things properly here: https://github.com/pcdshub/pcdscalc/blob/master/.flake8

tangkong commented 2 years ago

Huh. That does seem like a better place for those exceptions to live. Good to note for the future.