update .pre-commit-config.yaml

pull/1/head
Emmanuelle Vargas-Gonzalez 2021-01-13 17:49:26 -05:00
parent e980b5d9e6
commit 7c46cda9a2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ repos:
- id: trailing-whitespace
- id: check-merge-conflict
- repo: https://github.com/asottile/add-trailing-comma
rev: v0.6.4
rev: v2.0.2
hooks:
- id: add-trailing-comma
- repo: https://github.com/PyCQA/flake8