Skip to content

Commit 70594ae

Browse files
committed
Replace deprecated stage name in pre-commit config
This commit fixes the following warning: "top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version."
1 parent 6a6642a commit 70594ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
default_stages: ['commit']
1+
default_stages: ['pre-commit']
22
repos:
33
- repo: https://github.com/pycqa/autoflake
44
rev: v2.3.1

0 commit comments

Comments
 (0)