NSLS-II / pyCHX

chx_analysis_codes
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

Updates 20240429 with style fixes #83

Closed mrakitin closed 4 months ago

mrakitin commented 4 months ago

Applying the style fixes makes it much simpler to see the diffs and review.

Can replace #82.

mrakitin commented 4 months ago

FYI: adding flake8 checks results in hundreds of check errors, so we are skipping it for now. It can be added later as in this template:

...
  - repo: https://github.com/pycqa/flake8
    rev: 6.0.0
    hooks:
      - id: flake8
...