The GitHub Actions job "uv in /. - Update #1221802805" on 
iceberg-python.git/main has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
6de6d6acad440885788fb1a24c04ed647b92af0e / geruh <[email protected]>
chore: replace debug-statements hook with ruff T100 (#2954)

# Rationale for this change

Like #2953, doing a dive into the linted dependencies we can replace the
`debug-statements` pre-commit hook with ruff's [`T100` rule
flake8-debugger](https://docs.astral.sh/ruff/rules/debugger/).

This will lighten the linters needed when working on cb. 

T100 catches more modern debuggers (`debugpy`, `ptvsd`,
`IPython.embed`). It seems like there are rare debuggers it misses but
aren't used like `bpdb`.

## Are these changes tested?

`make lint`

```
> ruff check --select T100 pyiceberg/ tests/
All checks passed!
```

## Are there any user-facing changes?
No

Report URL: https://github.com/apache/iceberg-python/actions/runs/21377915029

With regards,
GitHub Actions via GitBox

Reply via email to