geruh opened a new pull request, #2954:
URL: https://github.com/apache/iceberg-python/pull/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
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to