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
The Docker container names in .pre-commit-hooks.yaml contain Bash syntax, which pre-commit interprets as string literals, resulting in invalid Docker container names.
The Docker container names in
.pre-commit-hooks.yaml
contain Bash syntax, which pre-commit interprets as string literals, resulting in invalid Docker container names.Fixed for our repository in ScribeMD/pre-commit-hooks#110.
Will provide fix.
The text was updated successfully, but these errors were encountered: