diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a586d3d7881039130829b872a304b2a1a69758dc..9e2cc1e3edf158b35344021823ab76b03cd90231 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,6 +2,4 @@ repos: - repo: https://github.com/pre-commit/mirrors-autopep8 rev: '' # Use the sha / tag you want to point at hooks: - - id: autopep8 - types: [file] - files: \.(eb)$ \ No newline at end of file + - id: autopep8 \ No newline at end of file