Skip to content

Commit 24a7250

Browse files
authored
Apply migrate-config to pre-commit config (#7822)
Resolves a deprecation warning: [WARNING] top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version. run: `pre-commit migrate-config` to automatically fix this.
1 parent 84b9b88 commit 24a7250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_language_version:
22
python: python3.9
33

4-
default_stages: [commit]
4+
default_stages: [pre-commit]
55
default_install_hook_types: [pre-commit, commit-msg]
66

77
repos:

0 commit comments

Comments
 (0)