diff --git a/pre-commit-config-django.yaml b/configs/pre-commit-config-django.yaml similarity index 73% rename from pre-commit-config-django.yaml rename to configs/pre-commit-config-django.yaml index 2bbb889..ff41993 100644 --- a/pre-commit-config-django.yaml +++ b/configs/pre-commit-config-django.yaml @@ -20,12 +20,12 @@ repos: - id: check-xml - id: check-yaml - id: pretty-format-json -# # isort sorts the imports -# - repo: https://github.com/asottile/seed-isort-config -# rev: v2.2.0 -# hooks: -# - id: seed-isort-config -# - repo: https://github.com/pycqa/isort -# rev: 5.10.1 -# hooks: -# - id: isort + # isort sorts the imports + - repo: https://github.com/asottile/seed-isort-config + rev: v2.2.0 + hooks: + - id: seed-isort-config + - repo: https://github.com/pycqa/isort + rev: 5.10.1 + hooks: + - id: isort