Update precommit

This commit is contained in:
Simon Conseil
2022-01-14 18:36:57 +01:00
parent 3dcf22ef13
commit de58b620a8

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.1.0
hooks:
- id: check-yaml
- id: check-added-large-files
@@ -14,10 +14,10 @@ repos:
- id: flake8
types: [file, python]
- repo: https://github.com/timothycrosley/isort
rev: 5.8.0
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.12b0
hooks:
- id: black