Update precommit hooks

This commit is contained in:
Gabriel Augendre 2020-11-24 22:12:18 +01:00
parent ccca5e19d0
commit aa6c62efe5
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

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