Robert Queenin

Results 8 comments of Robert Queenin

You read my mind, I was grepping for those `__future__` imports earlier today. I've opened #688 to track that work. This change is not targeting the `__future__` module imports on...

> How about: > * set ruff line length = 100 > * set black line length = 100 > * reformat with `make reformat` > ? Straightforward enough. Seems...

The `numpy` warnings are resolved by https://github.com/spacetelescope/astrocut/pull/113. Are there any warnings that should be resolved by filtering them from `pytest` output? https://docs.pytest.org/en/latest/how-to/capture-warnings.html ``` ================================================== warnings summary ================================================== .tox/test/lib/python3.11/site-packages/astrocut/tests/test_asdf_cut.py::test_get_center_pixel .tox/test/lib/python3.11/site-packages/astrocut/tests/test_asdf_cut.py::test_asdf_cutout /host/.tox/test/lib/python3.11/site-packages/astropy/wcs/wcs.py:1112:...

Is [this](https://github.com/bloomberg/pystack/pull/171/commits/a52cc015daf4ba9d71ebea7d4bf3bc8275be2cf3) the correct format for the news entry?

Thanks for running the checks yesterday @godlygeek. I've picked up your fix for the Alpine test failure and removed the code that was causing the Python3.7 failure. Hopefully those changes...

Heads up for anyone still on Prefect v2, this is only for Prefect v3. Prefect v2 still pins `pendulum < 3.0; python_version < '3.12'`

> I'll explain why I am requesting changes that are going quite far beyond just enforcing `F841` in `coordinates`. Code that is violating some Ruff rule might benefit from being...