mirror of https://github.com/tqdm/tqdm.git
pre-commit: update hooks
This commit is contained in:
parent
6cb00522d2
commit
01ae86bd09
|
@ -2,7 +2,7 @@ default_language_version:
|
|||
python: python3
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.0.1
|
||||
rev: v4.1.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-case-conflict
|
||||
|
@ -52,7 +52,7 @@ repos:
|
|||
- flake8-string-format
|
||||
- flake8-type-annotations
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.9.3
|
||||
rev: 5.10.1
|
||||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/kynan/nbstripout
|
||||
|
|
Loading…
Reference in New Issue