Skip to content

Commit be3a7e8

Browse files
authored
Update black repo url in pre-commit
ambv is a few recommendations old. The latest one is described at https://black.readthedocs.io/en/stable/integrations/source_version_control.html
1 parent e3effc0 commit be3a7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
8-
- repo: https://github.com/ambv/black
8+
- repo: https://github.com/psf/black-pre-commit-mirror
99
rev: 24.4.2
1010
hooks:
1111
- id: black

0 commit comments

Comments
 (0)