Update repo URL for the isort hook

I missed that this repository was transfered from the creator, Timothy Crosley,
to the PyCQA organization.
pull/113/head
Nicholas McDonnell 3 years ago
parent 06159cbb65
commit d836e91d32
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 2
      .pre-commit-config.yaml

@ -68,7 +68,7 @@ repos:
- id: flake8
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/timothycrosley/isort
- repo: https://github.com/PyCQA/isort
rev: 5.6.4
hooks:
- id: isort

Loading…
Cancel
Save