Skip to content

Commit

Permalink
Check for more issues with pre-commit
Browse files Browse the repository at this point in the history
(cherry picked from commit 53b14a2)
  • Loading branch information
jleclanche committed Oct 18, 2022
1 parent 272b00a commit 907f29e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
exclude: "docs|migrations|.git|.tox|.pytest_cache"
exclude: ".git|.tox|.pytest_cache"
default_stages: [commit]
fail_fast: true

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-builtin-literals
- id: check-case-conflict
- id: check-toml
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 22.8.0
Expand Down

0 comments on commit 907f29e

Please sign in to comment.