diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aa2bc41..d127dd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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