bazel-contrib / rules-template

A template for creating a new Bazel ruleset
Apache License 2.0
78 stars 20 forks source link

chore: Run pre-commit checks on existing files #49

Closed aherrmann closed 1 year ago

aherrmann commented 1 year ago

I noticed that the configured pre-commit checks fail on some parts of the template, in particular the prettier checks. This PR applies the result of pre-commit run -a.