Update Pre-commit config

This commit is contained in:
Shaun Eccles-Smith 2021-01-11 09:18:54 +11:00
parent 88b15acd3a
commit 721816f488
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@ default_language_version:
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v3.4.0
hooks:
- id: check-yaml
- id: check-ast
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/PyCQA/isort
rev: 5.6.4
rev: 5.7.0
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8