diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 1598b39..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# See CONTRIBUTING.md for instructions. -# See https://pre-commit.com for more information -# See https://pre-commit.com/hooks.html for more hooks - -# Commitizen runs in commit-msg stage -# but we don't want to run the other hooks on commit messages -default_stages: [commit] - -# Use a slightly older version of node by default -# as the default uses a very new version of GLIBC -default_language_version: - node: 16.18.0 - -repos: - # Check formatting and lint for starlark code - - repo: https://github.com/keith/pre-commit-buildifier - rev: 6.3.3 - hooks: - - id: buildifier - - id: buildifier-lint - - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v2.4.0" - hooks: - - id: prettier \ No newline at end of file