New configuration option: `submodules` (+ submodules are now disabled by default)
39 views
Skip to first unread message
asottile
unread,
Feb 13, 2021, 4:56:05 PM2/13/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pre-commit ci
To improve performance -- and because most of the time you're not linting the submodules themselves in pre-commit.ci -- submodule checkouts are now opt-in.
You can opt into git submodule checkout by specifying `submodules: true` in the `ci` section of your `.pre-commit-config.yaml`.