Replace deprecated stage name in pre-commit config (#2975)
This commit fixes the following warning: "top-level `default_stages` uses deprecated stage names (commit) which will be removed in a future version."
This commit is contained in:
parent
6a6642a9c1
commit
e33ac034dc
|
|
@ -1,4 +1,4 @@
|
||||||
default_stages: ['commit']
|
default_stages: ['pre-commit']
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pycqa/autoflake
|
- repo: https://github.com/pycqa/autoflake
|
||||||
rev: v2.3.1
|
rev: v2.3.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue