Skip to content

Commit

Permalink
improvement/Precommit to ignore django migrations (#456)
Browse files Browse the repository at this point in the history
* improvement/precommit-black-pyproject

* Updated versions of precommit

* Precommit exclude
  • Loading branch information
dabeeeenster committed Nov 2, 2021
1 parent 59ef4f0 commit 969ce28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.3
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.21
rev: v5.9.3
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: stable
rev: 21.10b0
hooks:
- id: black
language_version: python3
exclude: migrations
- repo: https://github.com/pycqa/flake8
rev: '4.0.1'
hooks:
Expand Down

0 comments on commit 969ce28

Please sign in to comment.