kosiew commented on PR #981: URL: https://github.com/apache/datafusion-python/pull/981#issuecomment-2579331381
Does anyone know how to fix this error: ``` ruff check --output-format=github python/ ruff format --check python/ shell: /usr/bin/bash -e {0} env: pythonLocation: /opt/hostedtoolcache/Python/[3](https://github.com/apache/datafusion-python/actions/runs/12683801800/job/35351448911#step:5:3).11.11/x64 PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.11/x6[4](https://github.com/apache/datafusion-python/actions/runs/12683801800/job/35351448911#step:5:4)/lib/pkgconfig Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.11/x64 Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.11/x64 Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.11/x64 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.11/x64/lib Would reformat: python/tests/test_dataframe.py 1 file would be reformatted, 3[5](https://github.com/apache/datafusion-python/actions/runs/12683801800/job/35351448911#step:5:5) files already formatted Error: Process completed with exit code 1. ``` I tried these commands and they complete without error on my machine: ``` ruff check --output-format=github python/ ruff format --check python/ ruff format python/tests/test_dataframe.py ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org