You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run python tests on all currently supported python versions
* Update ruff checks to select all
* Ruff auto fix
* Applying ruff suggestions
* noqa rules updates per ruff checks
* Working through more ruff suggestions
* Working through more ruff suggestions
* update timestamps on tests
* More ruff updates
* More ruff updates
* Instead of importing udf static functions as variables, import
* More ruff formatting suggestions
* more ruff formatting suggestions
* More ruff formatting
* More ruff formatting
* Cut off lint errors for this PR
* Working through more ruff checks and disabling a bunch for now
* Address CI difference from local ruff
* UDWF isn't a proper abstract base class right now since users can opt in to all methods
* Update pre-commit to match the version of ruff used in CI
* To enable testing in python 3.9 we need numpy. Also going to the current minimal supported version
* Update min requried version of python to 3.9 in pyproject.toml. The other changes will come in #1043 that is soon to be merged.
* Suppress UP035
* ruff format
0 commit comments