mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-18 22:52:01 -04:00
add versions for pre-commit tools
latest pre-commit is warning for use of "master" so apply version numbers Change-Id: I441ae9e29f53f1c99825c12f5fa03163e88ee9ea
This commit is contained in:
@@ -7,12 +7,12 @@ repos:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/sqlalchemyorg/zimports
|
||||
rev: master
|
||||
rev: 0.2.2
|
||||
hooks:
|
||||
- id: zimports
|
||||
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: master
|
||||
rev: 3.8.4
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user