pre-commit: update hooks

This commit is contained in:
Casper da Costa-Luis 2022-02-27 21:19:41 +00:00
parent 6cb00522d2
commit 01ae86bd09
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
1 changed files with 2 additions and 2 deletions

View File

@ -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