Skip to content
Snippets Groups Projects
Commit 7f74c96f authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Add isort configuration and pre-commit

parent 280680ae
No related branches found
No related tags found
No related merge requests found
Pipeline #1605 failed
[settings]
profile = black
default_section = THIRDPARTY
known_first_party = django
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/PyCQA/isort
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment