Move custom configs in to configs/ folder

This commit is contained in:
Zach Bentzinger 2022-02-15 15:24:56 -07:00
parent 98c482f86d
commit f7325467f5

View file

@ -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