common icon indicating copy to clipboard operation
common copied to clipboard

Exclude migrations, vendor, .min.js, .svg, and static/*.js from pre-commit

Open yarikoptic opened this issue 4 months ago • 1 comments

Those files are copied from other sources or edited by other tools and IMHO not subject for pre-commit handling.

Refs:

  • https://github.com/readthedocs/readthedocs.org/issues/11200
  • https://github.com/readthedocs/readthedocs.org/pull/11199

yarikoptic avatar Mar 08 '24 22:03 yarikoptic

per comment elsewhere, I have now changed to exclude migrations only from black, isort and the "pre-commit-hooks" tune ups

yarikoptic avatar Mar 10 '24 23:03 yarikoptic