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
Exclude migrations, vendor, .min.js, .svg, and static/*.js from pre-commit (#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
0 commit comments