Update pre-commit hooks

This commit is contained in:
Gabriel Augendre 2021-01-03 22:08:39 +01:00
parent d4daad6ddb
commit 4f90723092
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v3.4.0
hooks:
- id: check-ast
types: [python]
@ -21,7 +21,7 @@ repos:
args:
- --markdown-linebreak-ext=md
- repo: https://github.com/timothycrosley/isort
rev: 5.6.4
rev: 5.7.0
hooks:
- id: isort
types: [python]