Skip to content

Commit

Permalink
Upgrade kubebuilder to 3.5.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato committed Nov 9, 2022
1 parent de58669 commit 2352d6b
Show file tree
Hide file tree
Showing 19 changed files with 680 additions and 134 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
args: [--allow-multiple-documents]
- id: check-added-large-files
Loading

0 comments on commit 2352d6b

Please sign in to comment.