diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 923829a..ec619df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [--filter-files] files: \.py$ - repo: https://github.com/asottile/add-trailing-comma - rev: v2.4.0 + rev: v2.5.1 hooks: - id: add-trailing-comma # Should be activated if we are Python 3 only. PY3