-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
enhancementIndicates new improvementsIndicates new improvementstriageIndicates issues, pull requests, or discussions need to be reviewed for the first timeIndicates issues, pull requests, or discussions need to be reviewed for the first time
Description
A few opportunities to improve the pre-commit hooks:
- use pyproject.toml to configure as many hooks as possible instead of relying on tool-specific config files (like
.codespellrc
) - use ruff format instead of black. it's much faster.
- use ruff instead of flake8. ruff is faster.
- Apply safe linting changes immediately instead of just showing the diff. this is a faster workflow.
Metadata
Metadata
Assignees
Labels
enhancementIndicates new improvementsIndicates new improvementstriageIndicates issues, pull requests, or discussions need to be reviewed for the first timeIndicates issues, pull requests, or discussions need to be reviewed for the first time