1
0
Fork 0
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:
Nicholas McDonnell 2020-05-13 15:25:31 -04:00
parent 7d7a677457
commit ce6658abc6
No known key found for this signature in database
GPG key ID: A3A493305F40A162

View file

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