diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 737a013..7e799e2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -18,9 +18,3 @@ Please confirm that you have done the following before requesting reviews: ### Description * - -### Experiment Link - - - -GrowthBook Experiment Link: https://app.growthbook.io/features/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e12fc9..e6a413b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_install_hook_types: [ pre-commit, commit-msg ] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer stages: [commit] @@ -18,7 +18,7 @@ repos: stages: [commit] args: ["--allow-missing-credentials"] - repo: https://github.com/golangci/golangci-lint - rev: v1.57.2 + rev: v1.60.3 hooks: - id: golangci-lint stages: [commit] @@ -29,7 +29,7 @@ repos: - id: go-imports stages: [commit] - repo: https://github.com/gitguardian/ggshield - rev: v1.26.0 + rev: v1.31.0 hooks: - id: ggshield language: python