diff options
| author | 2020-03-05 09:06:25 -0800 | |
|---|---|---|
| committer | 2020-03-05 09:06:25 -0800 | |
| commit | 7f2dacae2b12c3d0a26519cc0d1f22ea5bc2fc50 (patch) | |
| tree | 24bceb6d7b4800a8aa47afc3b187d12c51157704 | |
| parent | CI: don't show diff after pre-commit hooks (diff) | |
Remove excludes from pre-commit
It was excluding files that are already ignored by git. Pre-commit
respects git ignore, even with --all-files, so these ignores were
redundant.
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f369fb7d1..876d32b15 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,3 @@ -exclude: ^\.cache/|\.venv/|\.git/|htmlcov/|logs/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.5.0 |