mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Update isort pre-commit hook source repository.
The mirrors-isort respository has been deprecated per this Pull Request: https://github.com/pre-commit/mirrors-isort/pull/13 Since isort includes pre-commit configuration in current versions we will switch to using it directly.
This commit is contained in:
parent
7d7a677457
commit
ce6658abc6
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ repos:
|
||||||
rev: v2.1.1
|
rev: v2.1.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: seed-isort-config
|
- id: seed-isort-config
|
||||||
- repo: https://github.com/pre-commit/mirrors-isort
|
- repo: https://github.com/timothycrosley/isort
|
||||||
# pick the isort version you'd like to use from
|
# pick the isort version you'd like to use from
|
||||||
# https://github.com/pre-commit/mirrors-isort/releases
|
# https://github.com/pre-commit/mirrors-isort/releases
|
||||||
rev: v4.3.21
|
rev: 4.3.21
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
- repo: https://github.com/ansible/ansible-lint.git
|
- repo: https://github.com/ansible/ansible-lint.git
|
||||||
|
|
Loading…
Reference in a new issue