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.
pull/113/head
Nicholas McDonnell 4 years ago
parent 7d7a677457
commit ce6658abc6
No known key found for this signature in database
GPG Key ID: A3A493305F40A162
  1. 4
      .pre-commit-config.yaml

@ -64,10 +64,10 @@ repos:
rev: v2.1.1
hooks:
- 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
# https://github.com/pre-commit/mirrors-isort/releases
rev: v4.3.21
rev: 4.3.21
hooks:
- id: isort
- repo: https://github.com/ansible/ansible-lint.git

Loading…
Cancel
Save