-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Feature Request / Improvement
Feature Request / Improvement
Now and then it is good to update the hooks in pre-commit:
➜ iceberg-python git:(main) pre-commit autoupdate
[https://github.com/pre-commit/pre-commit-hooks] updating v5.0.0 -> v6.0.0
[https://github.com/astral-sh/ruff-pre-commit] updating v0.11.13 -> v0.12.9
[https://github.com/pre-commit/mirrors-mypy] updating v1.16.0 -> v1.17.1
[https://github.com/igorshubovych/markdownlint-cli] updating v0.43.0 -> v0.45.0
[https://github.com/pycqa/pydocstyle] already up to date!
[https://github.com/ikamensh/flynt] updating 1.0.1 -> 1.0.6
[https://github.com/codespell-project/codespell] updating v2.3.0 -> v2.4.1
It would be good to split out the different hooks in different PRs. Often it also requires other changes (when you run make lint
).
Hooks
- pre-commit hook
- ruff-pre-commit hooks
- mirros-mypy hooks
- markdownlint-cli hooks
- pydocstyle hooks
- flynt docs
- codespell hooks
Willingness to contribute
- I can contribute this improvement/feature independently
- I would be willing to contribute this improvement/feature with guidance from the Iceberg community
- I cannot contribute this improvement/feature at this time
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers