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:
correctmost 2024-11-30 19:01:02 -05:00 committed by GitHub
parent 6a6642a9c1
commit e33ac034dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
default_stages: ['commit']
default_stages: ['pre-commit']
repos:
- repo: https://github.com/pycqa/autoflake
rev: v2.3.1