Update black hook repo url

At some point the python GitHub organization renamed to psf (Python Software
Foundation). Although it redirects with no issue, I think it should be updated
to reflect the current repository URL.
pull/113/head
Nicholas McDonnell 3 years ago
parent b769825c41
commit 2d6bf50eab
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 2
      .pre-commit-config.yaml

@ -56,7 +56,7 @@ repos:
- id: bandit
args:
- --config=.bandit.yml
- repo: https://github.com/python/black
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black

Loading…
Cancel
Save