You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
illustrating the effect of running pre-commit run --all.
IMHO pre-commit should be configured so running it on the entire codebase without changes results in no new changes.
The text was updated successfully, but these errors were encountered:
yarikoptic
added a commit
to yarikoptic/common
that referenced
this issue
Mar 8, 2024
…ommit (#211)
* Exclude vendor, .min.js, .svg, and static/*.js from pre-commit
Those files are copied from other sources or edited by other tools
and IMHO not subject for pre-commit handling.
Refs:
- readthedocs/readthedocs.org#11200
- readthedocs/readthedocs.org#11199
* Exclude migrations from isort, black, and pre-commit-hooks tuneups
What's the problem this feature will solve?
see
illustrating the effect of running
pre-commit run --all
.IMHO
pre-commit
should be configured so running it on the entire codebase without changes results in no new changes.The text was updated successfully, but these errors were encountered: