mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Move custom configs in to configs/ folder
This commit is contained in:
parent
98c482f86d
commit
f7325467f5
1 changed files with 9 additions and 9 deletions
|
|
@ -20,12 +20,12 @@ repos:
|
||||||
- id: check-xml
|
- id: check-xml
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: pretty-format-json
|
- id: pretty-format-json
|
||||||
# # isort sorts the imports
|
# isort sorts the imports
|
||||||
# - repo: https://github.com/asottile/seed-isort-config
|
- repo: https://github.com/asottile/seed-isort-config
|
||||||
# rev: v2.2.0
|
rev: v2.2.0
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: seed-isort-config
|
- id: seed-isort-config
|
||||||
# - repo: https://github.com/pycqa/isort
|
- repo: https://github.com/pycqa/isort
|
||||||
# rev: 5.10.1
|
rev: 5.10.1
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: isort
|
- id: isort
|
||||||
Loading…
Add table
Add a link
Reference in a new issue