Skip to content

Commit

Permalink
fix: migrate pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber authored Dec 3, 2024
1 parent 4ee45cc commit 830a037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://pre-commit.com
default_install_hook_types: [commit-msg, pre-commit]
default_stages: [commit, manual]
default_stages: [pre-commit, manual]
fail_fast: true
repos:
- repo: local
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://pre-commit.com
default_install_hook_types: [commit-msg, pre-commit]
default_stages: [commit, manual]
default_stages: [pre-commit, manual]
fail_fast: true
repos:
- repo: meta
Expand Down

0 comments on commit 830a037

Please sign in to comment.